This commit is contained in:
Paulo Gustavo Veiga 2022-01-10 12:01:33 -08:00
parent e1db8e7b47
commit b44af03e6d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@wisemapping/mindplot",
"version": "0.4.12",
"version": "0.4.13",
"description": "WiseMapping - Mindplot Canvas Library",
"homepage": "http://www.wisemapping.org/",
"main": "dist/main.js",

View File

@ -27,7 +27,7 @@ class Workspace {
_containerSize: Size;
_workspace: Workspace2D;
_eventsEnabled: boolean;
private _visibleAreaSize: any;
private _visibleAreaSize: Size;
constructor(screenManager: ScreenManager, zoom: number, isReadOnly: boolean) {
// Create a suitable container ...