Skip to content

Commit

Permalink
allow tooltip to overflow into session (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
e9gille authored May 4, 2021
1 parent f8fc1e7 commit 7aaa9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ed.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
cursorStyle: D.prf.blockCursor() ? 'block' : 'line',
cursorBlinking: D.prf.cursorBlinking(),
emptySelectionClipboard: false,
fixedOverflowWidgets: true,
folding: ed.isCode && !!D.prf.fold(),
fontFamily: 'apl',
fontSize: fs,
Expand Down

0 comments on commit 7aaa9e6

Please sign in to comment.