fix(new_editor): restore editor panel scrolling and archive workspace plan
This commit is contained in:
@@ -31,6 +31,11 @@ struct UIEditorScrollViewInteractionFrame {
|
||||
UIEditorScrollViewInteractionResult result = {};
|
||||
};
|
||||
|
||||
inline bool HasActiveUIEditorScrollViewPointerCapture(
|
||||
const UIEditorScrollViewInteractionState& state) {
|
||||
return state.scrollViewState.draggingScrollbarThumb;
|
||||
}
|
||||
|
||||
UIEditorScrollViewInteractionFrame UpdateUIEditorScrollViewInteraction(
|
||||
UIEditorScrollViewInteractionState& state,
|
||||
float& verticalOffset,
|
||||
|
||||
Reference in New Issue
Block a user