未验证 提交 e246f0d3 编写于 作者: A Alex Dima

Fixes #93903

上级 8ea70a69
......@@ -924,7 +924,8 @@ export class FindWidget extends Widget implements IOverlayWidget, IHorizontalSas
return null;
}
try {
new RegExp(value);
// use `g` and `u` which are also used by the TextModel search
new RegExp(value, 'gu');
return null;
} catch (e) {
return { content: e.message };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册