Allow moving cursor by clicking on collection name while editing

Closes #2513
This commit is contained in:
Adomas Venčkauskas 2022-04-14 17:03:52 +03:00
parent 599c6821b7
commit 01506b27e9
2 changed files with 4 additions and 6 deletions

View file

@ -32,14 +32,11 @@
margin-right: 5px;
width: 100%;
font-size: inherit;
pointer-events: auto;
}
.cell-icon {
min-width: 16px;
}
}
.row.editing .cell {
pointer-events: auto;
}
}