Fix small typo
This commit is contained in:
@@ -36,7 +36,6 @@ export default class InputHelper {
|
||||
show() {
|
||||
if (this.created) return;
|
||||
this.data.InMenu = true;
|
||||
this.data.InInput = true;
|
||||
this.created = true;
|
||||
this.browser = mp.browsers.new('package://assets/html/inputhelper/index.html');
|
||||
mp.gui.cursor.show(true, true);
|
||||
@@ -50,7 +49,6 @@ export default class InputHelper {
|
||||
mp.events.remove('cef_request_title');
|
||||
mp.events.remove('closeinputhelper');
|
||||
this.browser.destroy();
|
||||
this.data.InInput = false;
|
||||
this.data.InMenu = false;
|
||||
this.created = false;
|
||||
this.browser = null;
|
||||
|
||||
Reference in New Issue
Block a user