fix: preserve document pane workspace handle
This commit is contained in:
@@ -139,7 +139,7 @@ export const createSecondaryPaneWidthController = () => {
|
||||
});
|
||||
}
|
||||
|
||||
return { applyStoredSecondaryWidth };
|
||||
return { workspace, applyStoredSecondaryWidth };
|
||||
};
|
||||
|
||||
export const buildPaneRuntime = (paneDescriptor, rootSelector) => {
|
||||
|
||||
Reference in New Issue
Block a user