mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
feat(mermaid): smoother split drag
This commit is contained in:
parent
ae18b4b634
commit
2b19675d1a
@ -120,7 +120,7 @@ export default abstract class AbstractSvgSplitTypeWidget extends AbstractSplitTy
|
|||||||
|
|
||||||
buildSplitExtraOptions(): Split.Options {
|
buildSplitExtraOptions(): Split.Options {
|
||||||
return {
|
return {
|
||||||
onDragEnd: () => this.zoomHandler?.()
|
onDrag: () => this.zoomHandler?.()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user