diff --git a/static/src/app/methods/message.ts b/static/src/app/methods/message.ts index 742a95c..519fb69 100644 --- a/static/src/app/methods/message.ts +++ b/static/src/app/methods/message.ts @@ -292,8 +292,9 @@ export const messageMethods = { type: 'warning' }); } finally { - // 确保清除 dropToolEvents 标志 + // 确保清除 dropToolEvents 和 stopRequested 标志 this.dropToolEvents = false; + this.stopRequested = false; } },