mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-12-12 06:19:53 +08:00
Compare commits
No commits in common. "a8ca78f3f1542461d08cbea4708d8c8584c611d9" and "d13c5a9c2cdfe44564d4e15632dd65baaf3bfcc8" have entirely different histories.
a8ca78f3f1
...
d13c5a9c2c
@ -1313,7 +1313,7 @@ Item {
|
||||
d.stackItems = d.stackItems.concat(nav_list.model[nav_list.currentIndex])
|
||||
}
|
||||
function noStackPush(){
|
||||
if(loader_content.source.toString() === url && Object.keys(argument).length === 0){
|
||||
if(loader_content.source.toString() === url){
|
||||
return
|
||||
}
|
||||
loader_content.setSource(url,argument)
|
||||
|
@ -1314,7 +1314,7 @@ Item {
|
||||
d.stackItems = d.stackItems.concat(nav_list.model[nav_list.currentIndex])
|
||||
}
|
||||
function noStackPush(){
|
||||
if(loader_content.source.toString() === url && Object.keys(argument).length === 0){
|
||||
if(loader_content.source.toString() === url){
|
||||
return
|
||||
}
|
||||
loader_content.setSource(url,argument)
|
||||
|
Loading…
Reference in New Issue
Block a user