mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-02 11:17: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
|
||||
}
|
||||
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
|
||||
}
|
||||
let page = nav_swipe.find(function(item) {
|
||||
|
Loading…
Reference in New Issue
Block a user