diff --git a/common/app/common/pages/changes.cljc b/common/app/common/pages/changes.cljc index 1b963a69e..fbbfcdeab 100644 --- a/common/app/common/pages/changes.cljc +++ b/common/app/common/pages/changes.cljc @@ -389,8 +389,9 @@ ;; FIXME: it's difficult to tell if the geometry changes affect ;; an individual shape inside the component, or are for ;; the whole component (in which case we shouldn't set - ;; touched). For the moment we disable geometry touched. - (not= group :geometry-group)) + ;; touched). For the moment we disable geometry touched + ;; except width and height that seems to work well. + (or (not= group :geometry-group) (#{:width :height} attr))) (update :touched cph/set-touched-group group) (nil? val)