prevent click event on spacebar
font-size had to be normalized for the menubar__buttons
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<icon name="redo" />
|
||||
</button>
|
||||
|
||||
<button
|
||||
<span
|
||||
class="menubar__button"
|
||||
@click="editor.commands.toggleSearch"
|
||||
>
|
||||
@@ -124,7 +124,7 @@
|
||||
>
|
||||
<button @click="editor.commands.find(searchTerm)">Find</button>
|
||||
</div>
|
||||
</button>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</editor-menu-bar>
|
||||
|
||||
Reference in New Issue
Block a user