mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
|
||||
(defn- fix-webkit-data-uri
|
||||
[duri]
|
||||
(str/replace duri webkit-datauri-fix-re "$1$3"))
|
||||
(cond-> duri
|
||||
(string? duri)
|
||||
(str/replace webkit-datauri-fix-re "$1$3")))
|
||||
|
||||
(defn- file-reader
|
||||
[f]
|
||||
|
||||
Reference in New Issue
Block a user