mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 23:59:01 +02:00
[visual] Improve cursor position in empty list items (#20611)
GitOrigin-RevId: 08a83b509e217573f680ca4a635d9480ade9b1ae
This commit is contained in:
@@ -69,7 +69,7 @@ const wrapRangeInList = (
|
||||
]
|
||||
|
||||
// map through the prefix
|
||||
range = EditorSelection.cursor(range.to).map(state.changes(changes), 1)
|
||||
range = EditorSelection.cursor(range.to, -1).map(state.changes(changes), 1)
|
||||
|
||||
changes.push({
|
||||
from: toLine.to,
|
||||
|
||||
@@ -110,7 +110,7 @@ export const visualKeymap = Prec.highest(
|
||||
|
||||
return {
|
||||
changes: { from, insert },
|
||||
range: EditorSelection.cursor(pos),
|
||||
range: EditorSelection.cursor(pos, -1),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user