Merge branch 'properties_panel' into develop

This commit is contained in:
Insality
2025-07-02 21:43:25 +03:00

View File

@@ -181,6 +181,7 @@ end
function M:clear() function M:clear()
self:clear_created_properties() self:clear_created_properties()
self.properties_constructors = {} self.properties_constructors = {}
self.current_page = 1
end end