fix(new_editor): restore editor panel scrolling and archive workspace plan

This commit is contained in:
2026-04-22 22:53:01 +08:00
parent 39b083f7f7
commit 1c77781ac4
7 changed files with 319 additions and 78 deletions

View File

@@ -31,6 +31,11 @@ struct UIEditorScrollViewInteractionFrame {
UIEditorScrollViewInteractionResult result = {};
};
inline bool HasActiveUIEditorScrollViewPointerCapture(
const UIEditorScrollViewInteractionState& state) {
return state.scrollViewState.draggingScrollbarThumb;
}
UIEditorScrollViewInteractionFrame UpdateUIEditorScrollViewInteraction(
UIEditorScrollViewInteractionState& state,
float& verticalOffset,