capture tab key in column

This commit is contained in:
Philipinho
2026-02-24 13:36:31 +00:00
parent 59f111e730
commit b164ff2e2f
@@ -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;