mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
Change run symbol
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<pre><code contenteditable="true" @input="updateCode" @keydown.meta.enter="renderChart" ref="editableContent" class="editable-code"></code></pre>
|
||||
<div class="buttons-container">
|
||||
<span>{{ ctrlSymbol }} + Enter</span><span>|</span>
|
||||
<button @click="renderChart">Run ►</button>
|
||||
<button @click="renderChart">Run ▶</button>
|
||||
</div>
|
||||
</div>
|
||||
<div v-html="svg"></div>
|
||||
|
Reference in New Issue
Block a user