fix: import textarea not scrolling

This commit is contained in:
Gabriel Horner
2025-02-03 16:07:43 -05:00
parent f66f3100e1
commit d91b509715

View File

@@ -159,6 +159,7 @@
(shui/checkbox {:on-checked-change #(swap! import-inputs update :import-block? not)})
[:small.pl-2 (str "Import into current block")]]
(shui/textarea {:placeholder "{}"
:class "resize overflow-y-auto"
:rows 10
:auto-focus true
:on-change (fn [^js e] (swap! import-inputs assoc :import-data (util/evalue e)))})