mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Fix deleting all highlights
This commit is contained in:
parent
ea3d0eaab4
commit
523d63ab01
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user