Merge pull request #173 from leechaojie/fix/designer-drag-performance

fix: 移除画布的 CSS transition 属性以解决拖拽卡顿问题
pull/837/head^2
芋道源码 2025-11-29 19:44:07 +08:00 committed by GitHub
commit 17d41e64dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@
transform-origin: 50% 0 0;
min-width: fit-content;
transform: scale(1);
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
background: url(@/assets/svgs/bpm/simple-process-bg.svg) 0 0 repeat;
//
.node-container {