There was an error while loading. Please reload this page.
1 parent 815cfb2 commit 506361aCopy full SHA for 506361a
1 file changed
res/skins/LateNightQML/Deck/LateNightBpmTapEditor.qml
@@ -275,11 +275,6 @@ Item {
275
verticalAlignment: TextInput.AlignVCenter
276
inputMethodHints: Qt.ImhFormattedNumbersOnly
277
selectByMouse: true
278
- onActiveFocusChanged: {
279
- if (!activeFocus && root.mode === "edit") {
280
- root.switchMode("listen");
281
- }
282
283
284
Keys.onReturnPressed: root.applyEditValueAndQuit()
285
Keys.onEnterPressed: root.applyEditValueAndQuit()
0 commit comments