mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
don't clear EDIT_SETTING flag when creating new entities
This commit is contained in:
parent
bbfd373887
commit
f321ffdf91
1 changed files with 0 additions and 2 deletions
|
@ -170,8 +170,6 @@ var toolBar = (function () {
|
|||
tablet = null;
|
||||
|
||||
function createNewEntity(properties) {
|
||||
Settings.setValue(EDIT_SETTING, false);
|
||||
|
||||
var dimensions = properties.dimensions ? properties.dimensions : DEFAULT_DIMENSIONS;
|
||||
var position = getPositionToCreateEntity();
|
||||
var entityID = null;
|
||||
|
|
Loading…
Reference in a new issue