Co-authored-by: frutescens <info@laptop>
This commit is contained in:
Mumble 2024-10-31 14:22:26 -07:00 committed by GitHub
parent abc9264b3d
commit 684fb93e39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ export default class TargetSelectUiHandler extends UiHandler {
}
clear() {
this.cursor = -1;
super.clear();
this.eraseCursor();
}