better play pause
This commit is contained in:
@ -44,8 +44,8 @@ export const documentation_factory = (application: Editor) => {
|
|||||||
): string => {
|
): string => {
|
||||||
return `
|
return `
|
||||||
<details ${open ? "open" : ""}>
|
<details ${open ? "open" : ""}>
|
||||||
<summary>${description}<button class="inline-block pl-2" onclick="(()=>_executeCodeExample(${code})})()">▶</button>
|
<summary>${description}<button class="inline-block pl-2" onclick="(()=>_executeCodeExample(${code})})()">▶</button>
|
||||||
<button class="inline-block pl-2" onclick="(()=>stop)()">⏹</button>
|
<button class="inline-block pl-2" onclick="(()=>stop)()">❚❚</button>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
\`\`\`javascript
|
\`\`\`javascript
|
||||||
|
|||||||
Reference in New Issue
Block a user