mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
Passing instance through onModulesLoaded
This commit is contained in:
@@ -1066,7 +1066,7 @@ class SimpleKeyboard {
|
||||
*/
|
||||
onModulesLoaded() {
|
||||
if (typeof this.options.onModulesLoaded === "function")
|
||||
this.options.onModulesLoaded();
|
||||
this.options.onModulesLoaded(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user