mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Move mark decorations after atomic decorations (#14146)
GitOrigin-RevId: aedaa57ba14e0e5ebf03053beaa1cd3cb1ee5b2b
This commit is contained in:
parent
cf285651ff
commit
c37b87e254
1 changed files with 1 additions and 1 deletions
|
@ -195,8 +195,8 @@ const extension = (options: Options) => [
|
|||
visualHighlightStyle,
|
||||
mousedown,
|
||||
listItemMarker,
|
||||
markDecorations,
|
||||
atomicDecorations(options),
|
||||
markDecorations, // NOTE: must be after atomicDecorations, so that mark decorations wrap inline widgets
|
||||
skipPreambleWithCursor,
|
||||
visualKeymap,
|
||||
scrollJumpAdjuster,
|
||||
|
|
Loading…
Reference in a new issue