Fix clearing address bar after navigating using picture card

This commit is contained in:
David Rowe 2016-10-07 09:45:34 +13:00
parent 1ee9317234
commit b6221a5f83

View file

@ -59,6 +59,7 @@ Window {
}
addressLine.text = targetString;
toggleOrGo(true);
clearAddressLineTimer.start();
}
property var allStories: [];
property int cardWidth: 200;