Start keyboard navigation
Now a room can be opened with the keyboard only and be scrolled.
This commit is contained in:
@@ -39,8 +39,9 @@ Kirigami.ApplicationWindow {
|
||||
currentRoom = null;
|
||||
pageStack.removePage(pageStack.lastItem);
|
||||
}
|
||||
pageStack.push(roomPage, { 'currentRoom': room, });
|
||||
var item = pageStack.push(roomPage, { 'currentRoom': room, });
|
||||
currentRoom = room;
|
||||
return item;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user