mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-09 00:05:39 +08:00
Fix FluNavigationView push function in Standard mode.
This commit is contained in:
parent
a4d04499bc
commit
c5ce34cbc3
@ -893,7 +893,7 @@ Item {
|
|||||||
return nav_list.model
|
return nav_list.model
|
||||||
}
|
}
|
||||||
function push(url,argument={}){
|
function push(url,argument={}){
|
||||||
if(nav_swipe.currentItem && nav_swipe.currentItem.url === url){
|
if(nav_swipe.currentItem && nav_swipe.currentItem.url === url && nav_swipe.currentItem.pageMode === FluNavigationView.SingleTask){
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
let page = nav_swipe.find(function(item) {
|
let page = nav_swipe.find(function(item) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user