We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e361e commit a764ba6Copy full SHA for a764ba6
src/renderer/frame/views.cljs
@@ -96,6 +96,7 @@
96
:id "frame"
97
:title "main canvas"
98
:ref ref
99
+ :sandbox "allow-same-origin allow-scripts"
100
:style {:background (-> root-el :attrs :fill)}}
101
[:f> inner-component]
102
[:> ContextMenu/Root
0 commit comments