mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 08:36:11 +02:00
Merge branch 'staging' into develop
This commit is contained in:
commit
81ea392da6
6 changed files with 93 additions and 8 deletions
|
@ -130,6 +130,10 @@
|
|||
(def worker-uri
|
||||
(obj/get global "penpotWorkerURI" "/js/worker.js"))
|
||||
|
||||
(defn external-feature-flag [flag value]
|
||||
(when-let [fn (obj/get global "externalFeatureFlag")]
|
||||
(fn flag value)))
|
||||
|
||||
;; --- Helper Functions
|
||||
|
||||
(defn ^boolean check-browser? [candidate]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue