We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d67967 commit 36fd1e0Copy full SHA for 36fd1e0
src/vs/editor/contrib/hover/browser/resizableContentWidget.ts
@@ -111,12 +111,4 @@ export abstract class ResizableContentWidget extends Disposable implements ICont
111
_resize(dimension: dom.Dimension): void {
112
this._resizableNode.layout(dimension.height, dimension.width);
113
}
114
-
115
- beforeOnDidWillResize() {
116
- return;
117
- }
118
119
- afterOnDidResize() {
120
121
122
0 commit comments