mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 21:59:10 +00:00
🐛 Fix typo in debug option
This commit is contained in:
parent
abdc9b2cbd
commit
ae84f3cbe8
@ -116,7 +116,7 @@
|
||||
(rx/map render-thumbnail)
|
||||
(rx/mapcat persist-thumbnail)))]
|
||||
|
||||
(if (debug? :disable-thumbnail-cachee)
|
||||
(if (debug? :disable-thumbnail-cache)
|
||||
(->> (request-data-for-thumbnail file-id revn)
|
||||
(rx/map render-thumbnail))
|
||||
(->> (request-thumbnail file-id revn)
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
:text-outline
|
||||
|
||||
;; Disable thumbnail cache
|
||||
:disable-thumbnail-cachee
|
||||
:disable-thumbnail-cache
|
||||
})
|
||||
|
||||
;; These events are excluded when we activate the :events flag
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user