Skip to content

Commit

Permalink
iframe: Populate URL input field on first widget mount
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Jul 11, 2024
1 parent 91440a2 commit b27212d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/IFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ onBeforeMount(() => {
widget.value.options = {
source: defaultBlueOsAddress,
}
inputURL.value = defaultBlueOsAddress
})
const { width: windowWidth, height: windowHeight } = useWindowSize()
Expand Down

0 comments on commit b27212d

Please sign in to comment.