client: format code

This commit is contained in:
fantasticit 2022-08-19 11:03:33 +08:00
parent 5146b0f5a2
commit c502474e57
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import { insertMenuLRUCache, QUICK_INSERT_COMMANDS, transformToCommands } from '
import { MenuList } from 'tiptap/core/wrappers/menu-list'; import { MenuList } from 'tiptap/core/wrappers/menu-list';
export const QuickInsertPluginKey = new PluginKey('quickInsert'); export const QuickInsertPluginKey = new PluginKey('quickInsert');
const extensionName = 'quickInsert' const extensionName = 'quickInsert';
export const QuickInsert = Node.create({ export const QuickInsert = Node.create({
name: extensionName, name: extensionName,
@ -63,8 +63,8 @@ export const QuickInsert = Node.create({
top: 0, top: 0,
right: 0, right: 0,
bottom: 0, bottom: 0,
} },
} };
}, },
}).configure({ }).configure({
suggestion: { suggestion: {