1
0
mirror of synced 2026-03-23 02:58:34 +08:00

feat(editor,stage): 新增鼠标悬停在组件上显示当前位置下所有组件菜单

This commit is contained in:
roymondchen
2023-09-19 17:39:36 +08:00
parent e9eb47308a
commit 1c6c9ab3e8
20 changed files with 493 additions and 80 deletions

View File

@@ -20,7 +20,7 @@ import { mount } from '@vue/test-utils';
import { NodeType } from '@tmagic/schema';
import Stage from '@editor/layouts/workspace/Stage.vue';
import Stage from '@editor/layouts/workspace/viewer/Stage.vue';
globalThis.ResizeObserver =
globalThis.ResizeObserver ||