Merge pull request #15881 from Budibase/fix/popover-root
Fix popover root selector
This commit is contained in:
commit
f67ac424d8
|
@ -8,7 +8,7 @@
|
|||
const id = Helpers.uuid()
|
||||
|
||||
if (popoverRoot) {
|
||||
setContext(Context.PopoverRoot, `#id`)
|
||||
setContext(Context.PopoverRoot, `#${id}`)
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue