Update const.ts (#137)

chore(stage): 修改注释中的错别字
This commit is contained in:
i33 2022-06-16 14:35:54 +08:00 committed by GitHub
parent 3ab29d7022
commit e5f269cd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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_';
/** 默认放到缩小倍数 */ /** 默认放到缩小倍数 */