mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
🐛 Prevent unkown tokens hint always showing
This commit is contained in:
parent
1bc97f9ad0
commit
4a27e8d1dd
@ -844,7 +844,7 @@
|
|||||||
(if (and (not (some? token-type)) (some? token-type-str))
|
(if (and (not (some? token-type)) (some? token-type-str))
|
||||||
(assoc unknown-tokens child-path token-type-str)
|
(assoc unknown-tokens child-path token-type-str)
|
||||||
unknown-tokens)))))
|
unknown-tokens)))))
|
||||||
{}
|
nil
|
||||||
tokens)))
|
tokens)))
|
||||||
|
|
||||||
(defn flatten-nested-tokens-json
|
(defn flatten-nested-tokens-json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user