提交 a62dd354 编写于 作者: L Logan Ramos

Make findInput private again

上级 a16e4326
...@@ -26,7 +26,7 @@ const NLS_NEXT_MATCH_BTN_LABEL = nls.localize('label.nextMatchButton', "Next mat ...@@ -26,7 +26,7 @@ const NLS_NEXT_MATCH_BTN_LABEL = nls.localize('label.nextMatchButton', "Next mat
const NLS_CLOSE_BTN_LABEL = nls.localize('label.closeButton', "Close"); const NLS_CLOSE_BTN_LABEL = nls.localize('label.closeButton', "Close");
export abstract class SimpleFindWidget extends Widget { export abstract class SimpleFindWidget extends Widget {
protected readonly _findInput: FindInput; private readonly _findInput: FindInput;
private readonly _domNode: HTMLElement; private readonly _domNode: HTMLElement;
private readonly _innerDomNode: HTMLElement; private readonly _innerDomNode: HTMLElement;
private _isVisible: boolean = false; private _isVisible: boolean = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册