mirror of
https://github.com/penpot/penpot.git
synced 2026-07-28 17:06:21 +00:00
📎 Fix syntax error introduced in prev merge
This commit is contained in:
parent
d4d22ff1a4
commit
6bbd3fa364
@ -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))))
|
||||
|
||||
@ -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+")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user