mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Fixes microsoft/monaco-editor#2339: Listen to focusin and focusout and refresh the dom focus tracker state
This commit is contained in:
@@ -908,7 +908,7 @@ export const EventHelper = {
|
||||
export interface IFocusTracker extends Disposable {
|
||||
onDidFocus: Event<void>;
|
||||
onDidBlur: Event<void>;
|
||||
refreshState?(): void;
|
||||
refreshState(): void;
|
||||
}
|
||||
|
||||
export function saveParentsScrollTop(node: Element): number[] {
|
||||
|
||||
Reference in New Issue
Block a user