fix: custom shortcuts not removing and duplicating on change events

This commit is contained in:
SethBurkart123
2024-03-28 07:34:05 +11:00
parent e68389a793
commit 967fa34ed4
3 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ export default class StorageListener {
);
if (removedElement) {
RemoveShortcutDiv(removedElement);
RemoveShortcutDiv([ removedElement ]);
}
}
}