Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lock cursor to first mutable column
Previously we were forcing the cursor to be after the hidden ID at the start, but that still meant that it would end up on top of the icon. This made rename operations slightly more annoying than necessary, since you would need to first move the cursor forward to the file name. Now, the cursor will be locked to the beginning of the filename unless there is a mutable column earlier in the row.
- Loading branch information