diff --git a/webapp/components/Editor/MenuLegend.vue b/webapp/components/Editor/MenuLegend.vue index afc137b1f..2d897eeb5 100644 --- a/webapp/components/Editor/MenuLegend.vue +++ b/webapp/components/Editor/MenuLegend.vue @@ -3,12 +3,16 @@ @@ -60,6 +64,7 @@ export default { { iconName: 'quote-right', name: `editor.legend.quote`, shortcut: '> + space' }, { iconName: 'minus', name: `editor.legend.ruler`, shortcut: '---' }, ], + isDropdownOpen: false, } }, }