Fix alt-arrow not working on macOS when editing collection names.
Fixes #2651
This commit is contained in:
parent
4fb0661b50
commit
6f3f5d2ea8
1 changed files with 1 additions and 0 deletions
|
@ -839,6 +839,7 @@ var CollectionTree = class CollectionTree extends LibraryTree {
|
|||
* @param ids {String[]} list of row ids to be highlighted
|
||||
*/
|
||||
async setHighlightedRows(ids) {
|
||||
if (this._editing) return;
|
||||
try {
|
||||
this._highlightedRows = new Set();
|
||||
|
||||
|
|
Loading…
Reference in a new issue