fix: no page rendering issue after navigating from rest page (#2962)
This commit is contained in:
@@ -1185,7 +1185,7 @@ const onRemoveRequest = () => {
|
||||
})
|
||||
|
||||
if (possibleTab) {
|
||||
possibleTab.value.document.saveContext = undefined
|
||||
possibleTab.value.document.saveContext = null
|
||||
possibleTab.value.document.isDirty = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user