fix(new_editor): restore editor panel scrolling and archive workspace plan
This commit is contained in:
@@ -48,6 +48,11 @@ struct UIEditorTreeViewInteractionFrame {
|
||||
UIEditorTreeViewInteractionResult result = {};
|
||||
};
|
||||
|
||||
inline bool HasActiveUIEditorTreeViewPointerCapture(
|
||||
const UIEditorTreeViewInteractionState& state) {
|
||||
return HasActiveUIEditorScrollViewPointerCapture(state.scrollViewInteractionState);
|
||||
}
|
||||
|
||||
std::vector<::XCEngine::UI::UIInputEvent> BuildUIEditorHostedTreeViewInputEvents(
|
||||
const ::XCEngine::UI::UIRect& bounds,
|
||||
const std::vector<::XCEngine::UI::UIInputEvent>& inputEvents,
|
||||
|
||||
Reference in New Issue
Block a user