Left Panel: seeds and keys not selected when open

This commit is contained in:
Tim L 2017-12-08 10:33:56 -05:00
parent d9d2050f29
commit 9cdfad3512
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ ApplicationWindow {
}
function sequencePressed(obj, seq) {
if(seq === undefined)
if(seq === undefined || !leftPanel.enabled)
return
if(seq === "Ctrl") {
ctrlPressed = true