Skip to content

Commit 506361a

Browse files
committed
fix(LateNightQML): keep BPM editor open during input
1 parent 815cfb2 commit 506361a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

res/skins/LateNightQML/Deck/LateNightBpmTapEditor.qml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,6 @@ Item {
275275
verticalAlignment: TextInput.AlignVCenter
276276
inputMethodHints: Qt.ImhFormattedNumbersOnly
277277
selectByMouse: true
278-
onActiveFocusChanged: {
279-
if (!activeFocus && root.mode === "edit") {
280-
root.switchMode("listen");
281-
}
282-
}
283278

284279
Keys.onReturnPressed: root.applyEditValueAndQuit()
285280
Keys.onEnterPressed: root.applyEditValueAndQuit()

0 commit comments

Comments
 (0)