Added Doc:on_close() for plugins

This commit is contained in:
jgmdev
2021-06-20 00:13:07 -04:00
parent bd02095a13
commit 1a51dad23c
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -972,7 +972,7 @@ function core.step()
local doc = core.docs[i]
if #core.get_views_referencing_doc(doc) == 0 then
table.remove(core.docs, i)
core.log_quiet("Closed doc \"%s\"", doc:get_name())
doc:on_close()
end
end