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:
5
.changeset/dull-swans-march.md
Normal file
5
.changeset/dull-swans-march.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Expose `isMacOs` utility
|
||||
5
.changeset/tender-geckos-sniff.md
Normal file
5
.changeset/tender-geckos-sniff.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@vue-flow/minimap": patch
|
||||
---
|
||||
|
||||
Set zoomstep to 1 and apply factor based on macOs (zoomstep \* factor - 10 if macOs)
|
||||
Reference in New Issue
Block a user