mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Fix: change the value of the column index
This commit is contained in:
@@ -418,7 +418,7 @@ export default function ColumnMenu({
|
||||
key: "insertLeft",
|
||||
icon: <ColumnPlusBeforeIcon />,
|
||||
onClick: () => {
|
||||
openColumnModal({ type: "new", index: column.index - 1 });
|
||||
openColumnModal({ type: "new", index: column.index });
|
||||
handleClose();
|
||||
},
|
||||
disabled: !canAddColumns,
|
||||
|
||||
Reference in New Issue
Block a user