Skip to content

Commit

Permalink
optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntian committed Sep 28, 2023
1 parent daa3664 commit 7abe54b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension/plugins/text-style/helpers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Editor } from 'slate';
import { focusEditor } from '../../core';

export const isMenuDisabled = (editor, isReadonly) => {
if (isReadonly) return true;
Expand Down

0 comments on commit 7abe54b

Please sign in to comment.