Clear selection if event list loses focus
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import QtQuick 2.12
|
||||
import "../utils.js" as Utils
|
||||
|
||||
Item {
|
||||
FocusScope {
|
||||
onFocusChanged: if (! focus) clearSelection()
|
||||
|
||||
|
||||
signal deselectAll()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user