mirror of
https://github.com/docmost/docmost.git
synced 2026-05-21 01:04:39 +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;
|
const targetIndex = currentIndex + direction;
|
||||||
if (targetIndex < 0 || targetIndex >= columns.node.childCount) {
|
if (targetIndex < 0 || targetIndex >= columns.node.childCount) {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
let offset = 0;
|
let offset = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user