mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
remove listen to textarea height change
This commit is contained in:
@@ -2793,12 +2793,6 @@
|
||||
(util/scroll-editor-cursor input)
|
||||
(close-autocomplete-if-outside input))))
|
||||
|
||||
(defn editor-on-height-change!
|
||||
[id]
|
||||
(fn [_box-height ^js _row-height]
|
||||
(let [input (gdom/getElement id)]
|
||||
(util/scroll-editor-cursor input))))
|
||||
|
||||
(defn editor-on-change!
|
||||
[block id search-timeout]
|
||||
(fn [e]
|
||||
|
||||
Reference in New Issue
Block a user