mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
capture tab key in column
This commit is contained in:
@@ -93,7 +93,7 @@ export const Column = Node.create<ColumnOptions>({
|
||||
|
||||
const targetIndex = currentIndex + direction;
|
||||
if (targetIndex < 0 || targetIndex >= columns.node.childCount) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
let offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user