fix: edit history ignores preview data

This commit is contained in:
Sara Gerretsen 2025-12-13 16:07:51 +01:00
parent 656917f6fc
commit cd730ac8d4
3 changed files with 15 additions and 9 deletions

View file

@ -18,6 +18,7 @@ public:
Ref<PointPrimitive> get_primitive() const;
private:
Vector3 last_pushed_position{};
bool pushing_change{ false };
Ref<PointPrimitive> primitive{};
Callable underlying_changed_callable{ callable_mp(this, &self_type::on_underlying_changed) };