Skip to content

Commit 0ad6c82

Browse files
committed
fix fullscreen event
1 parent 1224166 commit 0ad6c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/core.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@
137137
(init-api!)
138138
(.addEventListener js/document
139139
"fullscreenchange"
140-
#(rf/dispatch [:window.e/set-fullscreen? (boolean (.-fullscreenElement js/document))])))
140+
#(rf/dispatch [::window.e/set-fullscreen? (boolean (.-fullscreenElement js/document))])))
141141

142142
(mount-root))

0 commit comments

Comments
 (0)