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 699d3ea commit ba8442eCopy full SHA for ba8442e
src/main/frontend/components/views.cljs
@@ -231,7 +231,7 @@
231
(state/exit-editing-and-set-selected-blocks! [cell])
232
(set-focus-timeout! (js/setTimeout #(.focus cell) 100)))))
233
234
-(rum/defc block-title
+(rum/defc ^:large-vars/cleanup-todo block-title
235
"Used on table view"
236
[block* {:keys [create-new-block width row property]}]
237
(let [*ref (hooks/use-ref nil)
0 commit comments