diff --git a/druid/widget/properties_panel/properties_panel.lua b/druid/widget/properties_panel/properties_panel.lua index 2176f6d..8abcc50 100644 --- a/druid/widget/properties_panel/properties_panel.lua +++ b/druid/widget/properties_panel/properties_panel.lua @@ -181,6 +181,7 @@ end function M:clear() self:clear_created_properties() self.properties_constructors = {} + self.current_page = 1 end