Skip to content

Commit 011eeba

Browse files
committed
fix(hub-ui): reload the tracked iframe URL
1 parent d9a793b commit 011eeba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/hub-ui/src/client/components/views/ViewIframe.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function refresh() {
191191
192192
assetsError.value = null
193193
isIframeLoading.value = true
194-
const src = iframe.src
194+
const src = currentUrl.value
195195
iframe.src = ''
196196
iframe.src = src
197197
currentUrl.value = src

0 commit comments

Comments
 (0)