mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
feat: disable global hotkey binding shortcuts in workspace mode
This commit is contained in:
parent
becdfecd5a
commit
8c82fe8f00
@ -195,6 +195,7 @@ export async function init(
|
|||||||
engineContainer,
|
engineContainer,
|
||||||
);
|
);
|
||||||
innerWorkspace.setActive(true);
|
innerWorkspace.setActive(true);
|
||||||
|
innerHotkey.activate(false);
|
||||||
await innerWorkspace.plugins.init(pluginPreference);
|
await innerWorkspace.plugins.init(pluginPreference);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user