mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 11:18:34 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
69f2e7c43f
17 changed files with 215 additions and 120 deletions
|
@ -773,7 +773,7 @@
|
|||
(defn- lookup-index
|
||||
[id]
|
||||
(let [val (get-in @*state* [:index id])]
|
||||
(l/debug :fn "lookup-index" :id id :val val ::l/sync? true)
|
||||
(l/trc :fn "lookup-index" :id id :val val ::l/sync? true)
|
||||
(when (and (not (::ignore-index-errors? *options*)) (not val))
|
||||
(ex/raise :type :validation
|
||||
:code :incomplete-index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue