fix(svelte) changed attribute names from className to class in zoom and drag actions

This commit is contained in:
Peter
2023-09-18 17:45:21 +02:00
parent f4e9d9ad4c
commit 286753349e
2 changed files with 4 additions and 2 deletions
@@ -30,6 +30,8 @@ type ZoomParams = {
panOnScrollMode: PanOnScrollMode;
zoomActivationKeyPressed: boolean;
preventScrolling: boolean;
// last two instances of 'classname' being used
// changing it to class would require object restructuring for use with panZoomInstance.update
noPanClassName: string;
noWheelClassName: string;
userSelectionActive: boolean;