mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 19:36:37 +02:00
🐛 Fix typo in debug option
This commit is contained in:
parent
abdc9b2cbd
commit
ae84f3cbe8
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@
|
||||||
(rx/map render-thumbnail)
|
(rx/map render-thumbnail)
|
||||||
(rx/mapcat persist-thumbnail)))]
|
(rx/mapcat persist-thumbnail)))]
|
||||||
|
|
||||||
(if (debug? :disable-thumbnail-cachee)
|
(if (debug? :disable-thumbnail-cache)
|
||||||
(->> (request-data-for-thumbnail file-id revn)
|
(->> (request-data-for-thumbnail file-id revn)
|
||||||
(rx/map render-thumbnail))
|
(rx/map render-thumbnail))
|
||||||
(->> (request-thumbnail file-id revn)
|
(->> (request-thumbnail file-id revn)
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
:text-outline
|
:text-outline
|
||||||
|
|
||||||
;; Disable thumbnail cache
|
;; Disable thumbnail cache
|
||||||
:disable-thumbnail-cachee
|
:disable-thumbnail-cache
|
||||||
})
|
})
|
||||||
|
|
||||||
;; These events are excluded when we activate the :events flag
|
;; These events are excluded when we activate the :events flag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue