update columns with one column as children

This commit is contained in:
fantasticit 2023-01-08 14:04:55 +08:00
parent 5d13733d86
commit ec8a03178b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export const Columns = Node.create({
defining: true, defining: true,
isolating: true, isolating: true,
allowGapCursor: false, allowGapCursor: false,
content: 'column{2,}', content: 'column{1,}',
priority: EXTENSION_PRIORITY_HIGHEST, priority: EXTENSION_PRIORITY_HIGHEST,
addOptions() { addOptions() {