Merge pull request #3847 from overleaf/ae-user-select-out-of-sync
Display the Out Of Sync modal file contents in a readonly textarea GitOrigin-RevId: b91ff3ad32c3ed07987858e83571887ae356f4f3
This commit is contained in:
committed by
Copybot
parent
9e2db00d53
commit
12f3e8d6bb
@@ -162,6 +162,7 @@ App.controller('OutOfSyncModalController', function(
|
||||
$scope.title = title
|
||||
$scope.message = message
|
||||
$scope.editorContent = editorContent
|
||||
$scope.editorContentRows = editorContent.split('\n').length
|
||||
|
||||
$scope.done = () => {
|
||||
// Reload the page to avoid staying in an inconsistent state.
|
||||
|
||||
Reference in New Issue
Block a user