mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fixed #2379
This commit is contained in:
parent
23d54a0f5f
commit
9f96129fb1
1 changed files with 1 additions and 0 deletions
|
@ -742,6 +742,7 @@ function trackKeyReleaseEvent(event) {
|
|||
if (event.text == "TAB") {
|
||||
editToolsOn = !editToolsOn;
|
||||
moveTools();
|
||||
showPreviewGuides();
|
||||
Audio.playSound(clickSound, audioOptions);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue