We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23618a2 commit 158628dCopy full SHA for 158628d
src/menus/justify/index.ts
@@ -9,7 +9,7 @@ import Editor from '../../editor/index'
9
import { MenuActive } from '../menu-constructors/Menu'
10
11
const SPECIAL_NODE_LIST = ['LI']
12
-const SPECIAL_TOP_NODE_LIST = ['UL', 'BLOCKQUOTE']
+const SPECIAL_TOP_NODE_LIST = ['BLOCKQUOTE']
13
14
class Justify extends DropListMenu implements MenuActive {
15
constructor(editor: Editor) {
0 commit comments