Change run symbol

This commit is contained in:
Sidharth Vinod 2024-03-11 14:52:08 +05:30
parent 32ca0b97fc
commit 6422175ef2
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 1 additions and 1 deletions

View File

@ -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>