diff --git a/src/main/frontend/handler/editor.cljs b/src/main/frontend/handler/editor.cljs index eb0db35c0..808eabf81 100644 --- a/src/main/frontend/handler/editor.cljs +++ b/src/main/frontend/handler/editor.cljs @@ -2370,7 +2370,7 @@ [:p.content (util/format "Property key \"%s\" already exists!" property-key)] :error) - (cursor/move-cursor-to-end input))) + (cursor/move-cursor-to-line-end input))) ;; when cursor in empty property key (and property-key (= property-key ""))