feat(mermaid): smoother split drag

This commit is contained in:
Elian Doran 2025-03-21 23:06:50 +02:00
parent ae18b4b634
commit 2b19675d1a
No known key found for this signature in database

View File

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