update transitions
This commit is contained in:
parent
b4f4ec4ac9
commit
3c655d0051
6 changed files with 10 additions and 23 deletions
|
|
@ -24,11 +24,11 @@ DrawerType2 {
|
|||
target: root
|
||||
enabled: !GC.isMobile()
|
||||
function onOpened() {
|
||||
FocusController.setRootItem(root)
|
||||
FocusController.pushRootObject(root)
|
||||
}
|
||||
|
||||
function onClosed() {
|
||||
FocusController.setRootItem(null)
|
||||
FocusController.dropRootObject(root)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue