Open Zankio opened 1 month ago
Relevant code:
Should probably be changed to regular reference equality, if that works:
- onConfirm: () => this.keys = this.keys.filter(curKey => key.key !== curKey.key)
+ onConfirm: () => this.keys = this.keys.filter(curKey => key !== curKey)
When deleting the first shortcut, the second one is also deleted. Eample
a
for site Aa
for site B