mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:18:23 +02:00
🐛 Prevent unkown tokens hint always showing
This commit is contained in:
parent
1bc97f9ad0
commit
4a27e8d1dd
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@
|
|||
(if (and (not (some? token-type)) (some? token-type-str))
|
||||
(assoc unknown-tokens child-path token-type-str)
|
||||
unknown-tokens)))))
|
||||
{}
|
||||
nil
|
||||
tokens)))
|
||||
|
||||
(defn flatten-nested-tokens-json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue