🐛 Fix problem with center vertical align and auto-height

This commit is contained in:
alonso.torres 2022-05-13 13:08:23 +02:00
parent 92d7521ec7
commit abdc9b2cbd
2 changed files with 23 additions and 2 deletions

View file

@ -392,4 +392,4 @@
(l/derived :workspace-text-modifier st/state))
(defn workspace-text-modifier-by-id [id]
(l/derived #(get % id) workspace-text-modifier))
(l/derived #(get % id) workspace-text-modifier =))