mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: custom shortcuts not removing and duplicating on change events
This commit is contained in:
@@ -133,7 +133,7 @@ export default class StorageListener {
|
||||
);
|
||||
|
||||
if (removedElement) {
|
||||
RemoveShortcutDiv(removedElement);
|
||||
RemoveShortcutDiv([ removedElement ]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user