修改sketch或者切换sketch bug修复
This commit is contained in:
@@ -155,8 +155,8 @@ export default defineComponent({
|
||||
};
|
||||
const updateRect = ()=>{
|
||||
setTimeout(() => {
|
||||
moveableInstance.value.updateRect()
|
||||
}, 500);
|
||||
if(moveableInstance.value)moveableInstance.value.updateRect()
|
||||
}, 200);
|
||||
}
|
||||
const initMoveableForSelected = () => {
|
||||
// 销毁旧的实例
|
||||
|
||||
Reference in New Issue
Block a user