mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-02 21:59:54 +08:00
parent
3ab29d7022
commit
e5f269cd88
@ -22,7 +22,7 @@ export const GHOST_EL_ID_PREFIX = 'ghost_el_';
|
|||||||
/** 拖动的时候需要在蒙层中创建一个占位节点,该节点的id前缀 */
|
/** 拖动的时候需要在蒙层中创建一个占位节点,该节点的id前缀 */
|
||||||
export const DRAG_EL_ID_PREFIX = 'drag_el_';
|
export const DRAG_EL_ID_PREFIX = 'drag_el_';
|
||||||
|
|
||||||
/** 高亮事需要在蒙层中创建一个占位节点,该节点的id前缀 */
|
/** 高亮时需要在蒙层中创建一个占位节点,该节点的id前缀 */
|
||||||
export const HIGHLIGHT_EL_ID_PREFIX = 'highlight_el_';
|
export const HIGHLIGHT_EL_ID_PREFIX = 'highlight_el_';
|
||||||
|
|
||||||
/** 默认放到缩小倍数 */
|
/** 默认放到缩小倍数 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user