diff --git a/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs b/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs index a8086e2bdb..410498e13f 100644 --- a/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs @@ -333,7 +333,7 @@ (case valign "bottom" (- y (- height selrect-height)) "center" (- y (/ (- height selrect-height) 2)) - "top" y) + y) y)] [(assoc selrect :y y :width max-width :height max-height) transform])