Skip to content

Commit c7ddf12

Browse files
authored
fix(monaco): enable fixedOverflowWidgets option (#110)
1 parent 5939158 commit c7ddf12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/monaco/Monaco.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ onMounted(async () => {
101101
inlineSuggest: {
102102
enabled: false
103103
},
104-
'semanticHighlighting.enabled': true
104+
'semanticHighlighting.enabled': true,
105+
fixedOverflowWidgets: true
105106
})
106107
editor.value = editorInstance
107108

0 commit comments

Comments
 (0)