diff --git a/qml/FullscreenFrame.qml b/qml/FullscreenFrame.qml index e0095a15..2a8f8bd1 100644 --- a/qml/FullscreenFrame.qml +++ b/qml/FullscreenFrame.qml @@ -375,7 +375,7 @@ InputEventItem { activeFocusOnTab: true focus: true visible: searchEdit.text === "" - interactive: !folderGridViewPopup.visible + interactive: !folderGridViewPopup.visible && dndItem.currentlyDraggedId === "" currentIndex: indicator.currentIndex