mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #4013 from overleaf/ae-share-modal-header
Restore the React share modal GitOrigin-RevId: 697524bceaf0f711889028ad313914edf29e246a
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
div(ng-controller="ShareController")
|
||||
div(ng-controller=showReactShareModal ? 'ReactShareProjectModalController': 'ShareController')
|
||||
if showReactShareModal
|
||||
share-project-modal(
|
||||
handle-hide="handleHide"
|
||||
show="show"
|
||||
is-admin="isAdmin"
|
||||
)
|
||||
|
||||
div(ng-controller="EditorNavigationToolbarController")
|
||||
editor-navigation-toolbar-root(
|
||||
open-doc="openDoc"
|
||||
online-users-array="onlineUsersArray"
|
||||
open-share-project-modal="openShareProjectModal"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user