提交 7daf390c 编写于 作者: A Alex Dima

Fixes #19915: Misaligned cursor when editor.fontLigatures enabled

上级 6832ada7
......@@ -252,7 +252,7 @@ class InternalEditorOptionsHelper {
let viewInfo = new editorCommon.InternalEditorViewOptions({
theme: opts.theme,
canUseTranslate3d: canUseTranslate3d,
disableMonospaceOptimizations: toBoolean(opts.disableMonospaceOptimizations),
disableMonospaceOptimizations: (toBoolean(opts.disableMonospaceOptimizations) || toBoolean(opts.fontLigatures)),
experimentalScreenReader: toBoolean(opts.experimentalScreenReader),
rulers: toSortedIntegerArray(opts.rulers),
ariaLabel: String(opts.ariaLabel),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册