From e4f93dbfc17c8dc5b2e39a19d1640baaed19e079 Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Tue, 16 May 2023 10:16:08 +0700 Subject: [PATCH] fix(web): pulls forward minor bugfixes for bugs introduced here --- web/src/app/browser/src/contextManager.ts | 34 +++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/web/src/app/browser/src/contextManager.ts b/web/src/app/browser/src/contextManager.ts index 772b09dd75..8ecf428eb3 100644 --- a/web/src/app/browser/src/contextManager.ts +++ b/web/src/app/browser/src/contextManager.ts @@ -60,8 +60,7 @@ export default class ContextManager extends ContextManagerBase { @@ -141,7 +140,7 @@ export default class ContextManager extends ContextManagerBase, metadata: KeyboardStub) { + public setKeyboardForTarget(target: OutputTarget, kbdId: string, langId: string) { if(target instanceof DesignIFrame) { console.warn("'keymanweb.setKeyboardForControl' cannot set keyboard on iframes."); return; @@ -237,8 +239,9 @@ export default class ContextManager extends ContextManagerBase