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

@ -44,6 +44,8 @@ Controls.Page {
property var currentWindow: presentation
property var dragHighlightLine
Component.onCompleted: {
changeServiceItem(0);
presentation.forceActiveFocus();