Skip to content

Commit 7e46979

Browse files
committed
Fix
1 parent 943237c commit 7e46979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/tap_window.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
(comment
1212
(clerk/destroy-window! :my-window)
13-
(clerk/destroy-all!)
13+
(clerk/destroy-all-windows!)
1414
(clerk/window! ::window/taps)
1515
(tap> (clerk/html [:div.w-8.h-8.bg-green-500]))
1616
(tap> (clerk/plotly {:data [{:x [1 2 3 4]}]}))

0 commit comments

Comments
 (0)