提交 a78d0d7b 编写于 作者: I isidor

fixes #88645

上级 9e13959d
......@@ -468,6 +468,7 @@ export class BreakpointEditorContribution implements IBreakpointEditorContributi
const newBreakpointRange = model.getDecorationRange(breakpointDecoration.decorationId);
if (newBreakpointRange && (!breakpointDecoration.range.equalsRange(newBreakpointRange))) {
somethingChanged = true;
breakpointDecoration.range = newBreakpointRange;
}
});
if (!somethingChanged) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册