mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +02:00
Update edit.js
remove the unneeded manual removal of the create setting - it's handled with the rest of the menu items now, and this was causing it to default to false every start.. tested locally but might have gotten in a weird state, so fixing in GH editor.
This commit is contained in:
parent
799963a009
commit
c7be6e0934
1 changed files with 0 additions and 1 deletions
|
@ -346,7 +346,6 @@ var toolBar = (function () {
|
|||
if (systemToolbar) {
|
||||
systemToolbar.removeButton(EDIT_TOGGLE_BUTTON);
|
||||
}
|
||||
Menu.removeMenuItem(GRABBABLE_ENTITIES_MENU_CATEGORY, MENU_CREATE_ENTITIES_GRABBABLE);
|
||||
}
|
||||
|
||||
var buttonHandlers = {}; // only used to tablet mode
|
||||
|
|
Loading…
Reference in a new issue