feat: Add "project-loaded" dds event

This commit is contained in:
MasouShizuka
2025-02-19 08:52:02 +08:00
parent ac57d0ac34
commit 4a69a7f7e6

View File

@@ -713,6 +713,8 @@ local load_project = ya.sync(function(state, project, desc)
end
_notify(message)
end
ps.pub_to(0, "project-loaded", project)
end)
local _load_projects = ya.sync(function(state)