fix(minimap): use 1 as zoomstep for minimap and apply factor based on macOs (#1923)

* fix(minimap): use 1 as zoomstep for minimap and apply factor based on macOs

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* refactor(core): expose isMacOs

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(changeset): add

* chore(changeset): add

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2025-08-12 17:05:10 +02:00
parent 5fbbc826e5
commit 58a52e1374
4 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": minor
---
Expose `isMacOs` utility

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/minimap": patch
---
Set zoomstep to 1 and apply factor based on macOs (zoomstep \* factor - 10 if macOs)