mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02: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