提交 3c02955b 编写于 作者: J Jackson Kearl

Revert "Disable links in search result editor."

This reverts commit 1ca18ed8.
上级 9c525f3c
......@@ -202,10 +202,6 @@ 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.
先完成此消息的编辑!
想要评论请 注册