Skip to content

Commit b8f761f

Browse files
authored
diff editor view zones should also render in hidden areas (microsoft#185663)
fixes microsoft#185217
1 parent 66ee561 commit b8f761f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/browser/widget/diffEditorWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class VisualEditorState {
143143
for (let i = 0, length = newDecorations.zones.length; i < length; i++) {
144144
const viewZone = <editorBrowser.IViewZone>newDecorations.zones[i];
145145
viewZone.suppressMouseDown = true;
146+
viewZone.showInHiddenAreas = true;
146147
const zoneId = viewChangeAccessor.addZone(viewZone);
147148
this._zones.push(zoneId);
148149
this._zonesMap[String(zoneId)] = true;

0 commit comments

Comments
 (0)