mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix clearing address bar after navigating using picture card
This commit is contained in:
parent
1ee9317234
commit
b6221a5f83
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ Window {
|
|||
}
|
||||
addressLine.text = targetString;
|
||||
toggleOrGo(true);
|
||||
clearAddressLineTimer.start();
|
||||
}
|
||||
property var allStories: [];
|
||||
property int cardWidth: 200;
|
||||
|
|
Loading…
Reference in a new issue