prompt when loading external scene before overriding local one (#1862)

This commit is contained in:
David Luzar 2020-07-08 22:55:26 +02:00 committed by GitHub
parent 1b9b824c70
commit d5e7d08586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 69 additions and 15 deletions

View file

@ -77,3 +77,5 @@ export const DEFAULT_VERTICAL_ALIGN = "top";
export const CANVAS_ONLY_ACTIONS = ["selectAll"];
export const GRID_SIZE = 20; // TODO make it configurable?
export const LOCAL_STORAGE_KEY_COLLAB_FORCE_FLAG = "collabLinkForceLoadFlag";