Merge branch 'staging' into develop

This commit is contained in:
Andrés Moya 2024-05-29 15:10:44 +02:00
commit 81ea392da6
6 changed files with 93 additions and 8 deletions

View file

@ -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]