feat:打开键盘快捷键功能

This commit is contained in:
xudan 2025-09-02 16:27:10 +08:00
parent e53cbfa807
commit ae0fc5a3cd

View File

@ -136,7 +136,7 @@ export const MAP_AREA_TYPES = Object.freeze(
*/
export const EDITOR_CONFIG: Options = {
/** 键盘事件类型 - 禁用所有键盘快捷键 */
keydown: KeydownType.None,
// keydown: KeydownType.None,
/** 严格作用域 - 限制编辑操作范围 */
strictScope: true,
/** 移动连接线 - 禁用拖动时自动移动连接的线条 */