mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
Move mark decorations after atomic decorations (#14146)
GitOrigin-RevId: aedaa57ba14e0e5ebf03053beaa1cd3cb1ee5b2b
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user