Fix alt-arrow not working on macOS when editing collection names.

Fixes #2651
This commit is contained in:
Adomas Venčkauskas 2022-06-14 14:27:34 +03:00
parent 4fb0661b50
commit 6f3f5d2ea8

View file

@ -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();