mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 16:34:50 +01:00
Fix strange NES rendering issue (#244759)
fixes https://github.com/microsoft/vscode-copilot/issues/15036?reload=1
This commit is contained in:
committed by
GitHub
parent
06b480f0e2
commit
e3fa6ea22f
+3
@@ -253,6 +253,9 @@ export class InlineEditsLineReplacementView extends Disposable implements IInlin
|
||||
fontSize: this._editor.getOption(EditorOption.fontSize),
|
||||
fontWeight: this._editor.getOption(EditorOption.fontWeight),
|
||||
pointerEvents: 'none',
|
||||
whiteSpace: 'nowrap',
|
||||
borderRadius: '4px',
|
||||
overflow: 'hidden',
|
||||
}
|
||||
}, [...modifiedLineElements.lines]),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user