mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 23:20:47 +02:00
Merge pull request #2158 from overleaf/pr-fix-autocomplete-opens-for-collaborators
Ignore remote changes for autocompletion purposes. GitOrigin-RevId: df0541f1f7cb8527263988f60ca5b80510f8971e
This commit is contained in:
committed by
sharelatex
parent
111d22d260
commit
e5e28c7fb1
+1
@@ -243,6 +243,7 @@ define([
|
||||
// NOTE: this is also the case when a user backspaces over a highlighted
|
||||
// region
|
||||
if (
|
||||
!change.remote &&
|
||||
change.action === 'insert' &&
|
||||
end.row === cursorPosition.row &&
|
||||
end.column === cursorPosition.column + 1
|
||||
|
||||
Reference in New Issue
Block a user