Skip to content

Commit

Permalink
fix(monaco): enable fixedOverflowWidgets option (vuejs#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sight-wcg authored Jun 23, 2023
1 parent 5939158 commit c7ddf12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/monaco/Monaco.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ onMounted(async () => {
inlineSuggest: {
enabled: false
},
'semanticHighlighting.enabled': true
'semanticHighlighting.enabled': true,
fixedOverflowWidgets: true
})
editor.value = editorInstance
Expand Down

0 comments on commit c7ddf12

Please sign in to comment.