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:
@@ -51,6 +51,8 @@ export {
|
||||
wheelDelta,
|
||||
} from './utils/graph'
|
||||
|
||||
export { isMacOs } from './utils/general'
|
||||
|
||||
/**
|
||||
* @deprecated - Use store instance and call `applyChanges` with template-ref or the one received by `onPaneReady` instead
|
||||
* Intended for options API
|
||||
|
||||
Reference in New Issue
Block a user