feat(editor): 点击画布区域聚焦,使得能使用画布的快捷键

This commit is contained in:
roymondchen 2023-07-06 15:37:43 +08:00
parent fd53170e59
commit 9d24069dcd

View File

@ -12,6 +12,7 @@
width: 60, width: 60,
height: 50, height: 50,
}" }"
@click="stageWrap?.container?.focus()"
> >
<div <div
class="m-editor-stage-container" class="m-editor-stage-container"