Skip to content

Commit c335dd4

Browse files
committed
fix/element-not-found
1 parent 6fe8623 commit c335dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/canvas/container/src/container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ const getElementDurationTime = (elementId?: string) => {
494494
const transitionDelays = transitionDelay.split(',')
495495
delayTime += getMaxMillisecondNumber(transitionDelays)
496496
}
497-
return delayTime === 0 ? 300 : delayTime
497+
return delayTime
498498
}
499499

500500
export const updateRect = (id?: string) => {

0 commit comments

Comments
 (0)