fix inspector screen not resetting the description

develop
Myk Taylor 2023-02-22 18:14:11 -08:00
parent 20a0390c50
commit dadecdcf45
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -1355,6 +1355,7 @@ function InspectorLine:get_status_line()
end
function InspectorLine:reset()
self.desc = nil
self.status = nil
end