0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 07:21:40 -05:00

🐛 Fix typo in debug option

This commit is contained in:
alonso.torres 2022-05-13 16:02:40 +02:00
parent abdc9b2cbd
commit ae84f3cbe8
2 changed files with 2 additions and 2 deletions

View file

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

View file

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