mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Fix zoom load on maps.
This commit is contained in:
@ -47,6 +47,7 @@ import { SpinnerCentered } from './style';
|
||||
export type EditorOptions = {
|
||||
mode: EditorRenderMode;
|
||||
locale: string;
|
||||
zoom: number;
|
||||
enableKeyboardEvents: boolean;
|
||||
};
|
||||
|
||||
@ -140,6 +141,7 @@ const Editor = ({
|
||||
id="mindmap-comp"
|
||||
mode={options.mode}
|
||||
locale={options.locale}
|
||||
zoom={options.zoom}
|
||||
/>
|
||||
|
||||
<Notifier id="headerNotifier" />
|
||||
|
Reference in New Issue
Block a user