new_editor: decouple workspace event sync

This commit is contained in:
2026-04-22 16:37:20 +08:00
parent c42fd4d48b
commit 1a3b3577fd
4 changed files with 13 additions and 19 deletions

View File

@@ -78,8 +78,6 @@ public:
const UIEditorShellInteractionFrame& GetShellFrame() const;
const UIEditorShellInteractionState& GetShellInteractionState() const;
const std::vector<WorkspaceTraceEntry>& GetTraceEntries() const;
const std::vector<HierarchyPanel::Event>& GetHierarchyPanelEvents() const;
const std::vector<ProjectPanel::Event>& GetProjectPanelEvents() const;
const std::string& GetBuiltInIconError() const;
void SetExternalDockHostDropPreview(
const Widgets::UIEditorDockHostDropPreviewState& preview);