Skip to content

Commit

Permalink
fix(menububble): menububble disappear when lose focus
Browse files Browse the repository at this point in the history
  • Loading branch information
mekery committed Apr 30, 2020
1 parent 90871aa commit 6186810
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/menubars/OEditorMenuBubble.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<editor-menu-bubble :editor="editor" v-slot="editorContext">
<section class="tiptap-menububble"
:class="{ 'is-active': editorContext.focused &&
editorContext.menu.isActive &&
:class="{ 'is-active': editorContext.menu.isActive &&
selectedCellSize === 0 &&
!editorContext.isActive.image() &&
!editorContext.isActive.embed() }"
Expand Down

0 comments on commit 6186810

Please sign in to comment.