mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-23 19:41:47 -05:00
Fix deleting all highlights
This commit is contained in:
@@ -810,6 +810,7 @@
|
||||
} else {
|
||||
if (target === 'delete') {
|
||||
Dex.prefs('highlights', false);
|
||||
this.updateHighlightRegExp({});
|
||||
this.add("All highlights cleared");
|
||||
} else if (['show', 'list', 'roomshow', 'roomlist'].includes(target)) {
|
||||
// Shows a list of the current highlighting words
|
||||
|
||||
Reference in New Issue
Block a user