fixing bug drag highlight doesn't disappear after canceling drag

This commit is contained in:
Chris Cochrun 2022-11-30 11:25:12 -06:00
parent 97d26278cb
commit 37c7038f6f
3 changed files with 9 additions and 3 deletions

View file

@ -366,7 +366,7 @@ Item {
height: 4
color: Kirigami.Theme.hoverColor
visible: false
Component.onCompleted: dragHighlightLine = dropHighlightLine
}
Canvas {
/* asynchronous: true; */