feat(mermaid): smoother split drag

pull/1492/head
Elian Doran 2025-03-21 23:06:50 +07:00
parent ae18b4b634
commit 2b19675d1a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -120,7 +120,7 @@ export default abstract class AbstractSvgSplitTypeWidget extends AbstractSplitTy
buildSplitExtraOptions(): Split.Options {
return {
onDragEnd: () => this.zoomHandler?.()
onDrag: () => this.zoomHandler?.()
}
}