提交 1ca18ed8 编写于 作者: J Jackson Kearl

Disable links in search result editor. Closes #91453.

上级 cbf61645
......@@ -202,6 +202,10 @@ export class SearchEditor extends BaseTextEditor {
}
}
protected getConfigurationOverrides() {
return { ...super.getConfigurationOverrides(), links: false };
}
private createResultsEditor(parent: HTMLElement) {
const searchResultContainer = DOM.append(parent, DOM.$('.search-results'));
super.createEditor(searchResultContainer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册