Commit de8cdf9d35c37a82185b2263d9d2270e7838b31b
1 parent
22fb46f9
perf(src/packages): 修复升级版本未后引入keyRecordHandle()这个方法,导致预览报错
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -33,7 +33,7 @@ import { getFilterStyle, setTitle } from '@/utils' |
33 | 33 | |
34 | 34 | // THINGS_KIT 重写预览逻辑,调用接口 |
35 | 35 | // import { getEditCanvasConfigStyle, getSessionStorageInfo, keyRecordHandle, dragCanvas } from './utils' |
36 | -import { getEditCanvasConfigStyle } from './utils' | |
36 | +import { getEditCanvasConfigStyle,keyRecordHandle } from './utils' | |
37 | 37 | import { getSessionStorageInfo } from './external/usePreview' |
38 | 38 | |
39 | 39 | import { useComInstall } from './hooks/useComInstall.hook' | ... | ... |