📎 Fix syntax error introduced in prev merge

This commit is contained in:
Andrey Antukh 2026-07-28 12:18:06 +02:00
parent d4d22ff1a4
commit 6bbd3fa364
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
delta (if prev-t
(str "(+" (ct/diff-ms prev-t t) "ms)")
"(+0ms)")
delta-pad (str/pad delta {:length 10 :type :right})]
delta-pad (str/pad delta {:length 10 :type :right})]
(recur t
(next xs)
(conj! out (str iso " " delta-pad " " name))))

View File

@ -125,7 +125,7 @@
(dom/stop-propagation event)
;; Mark as touched
(swap! form assoc-in [:touched name] true)
(swap! form assoc-in [:touched name] true))
;; Split pasted text by commas and/or whitespace, add each valid part
(let [parts (->> (str/split paste-data #",|\s+")