Fix visualiser after virtualisation
Summary: There was an issue with cropping introduce by virtualisation and the position of the scroll view in the hierachy. Its a bit fragile but it works now. Reviewed By: lblasa Differential Revision: D46761831 fbshipit-source-id: ce001c6f4fe7ddc111edf0098f75a1273c84472d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f72514f238
commit
f9bbc967ea
@@ -429,7 +429,6 @@ function uiActions(uiState: UIState, nodes: Atom<Map<Id, UINode>>): UIActions {
|
||||
};
|
||||
|
||||
const setVisualiserWidth = (width: number) => {
|
||||
console.log('w', width);
|
||||
uiState.visualiserWidth.set(width);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user