We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6eee6 commit c2292ceCopy full SHA for c2292ce
apps/application/template/embed.js
@@ -131,7 +131,7 @@ const initChat=(root)=>{
131
function initMaxkb(){
132
const maxkb=document.createElement('div')
133
const root=document.createElement('div')
134
- root.id="maxkb"
+ root.id=crypto.randomUUID()
135
initMaxkbStyle(maxkb)
136
maxkb.appendChild(root)
137
document.body.appendChild(maxkb)
0 commit comments