fix(lib): 🐛 Safari context menu trap
This commit is contained in:
@@ -16,19 +16,19 @@
|
||||
<body>
|
||||
<script>
|
||||
const { open } = Typebot.initBubble({
|
||||
publishId: "feedback-form",
|
||||
url: 'https://typebot.io/typebot-support',
|
||||
button: {
|
||||
color: "green",
|
||||
iconUrl: "https://image.flaticon.com/icons/png/512/5138/5138352.png",
|
||||
color: 'green',
|
||||
iconUrl: 'https://image.flaticon.com/icons/png/512/5138/5138352.png',
|
||||
},
|
||||
proactiveMessage: {
|
||||
avatarUrl:
|
||||
"https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80",
|
||||
'https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80',
|
||||
textContent: "Hey what's up?",
|
||||
delay: 1000,
|
||||
rememberClose: true,
|
||||
},
|
||||
});
|
||||
})
|
||||
</script>
|
||||
<div style="width: 100%; height: 300vh; background-color: aquamarine">
|
||||
<button onclick="(()=>{open()})()" style="width: 200px; height: 60px">
|
||||
|
||||
Reference in New Issue
Block a user