mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
chore(web): minor cleanup
This commit is contained in:
parent
5611672144
commit
dbf14faeb0
2 changed files with 0 additions and 3 deletions
|
|
@ -3,5 +3,4 @@ export { ContextManagerBase, ContextManagerConfiguration } from './contextManage
|
|||
export { default as HardKeyboard } from './hardKeyboard.js';
|
||||
export { default as KeyboardInterface } from './keyboardInterface.js';
|
||||
export { default as KeymanEngine } from './keymanEngine.js';
|
||||
// export { LegacyAPIEventEngine } from './legacyAPIEvents.js';
|
||||
export { VariableStoreCookieSerializer } from './variableStoreCookieSerializer.js';
|
||||
|
|
@ -305,8 +305,6 @@ export default class KeymanEngine<
|
|||
this.legacyAPIEvents.removeEventListener(event, listener);
|
||||
}
|
||||
|
||||
// Also technically TODO, even if not here: similar two methods as above for the OSK.
|
||||
|
||||
shutdown() {
|
||||
this.legacyAPIEvents.shutdown();
|
||||
this.osk?.shutdown();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue