mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make ide body have main role
This commit is contained in:
parent
9e40555c89
commit
3482724679
1 changed files with 2 additions and 1 deletions
|
@ -57,8 +57,9 @@ block content
|
||||||
include ./editor/share
|
include ./editor/share
|
||||||
!= moduleIncludes("publish:body", locals)
|
!= moduleIncludes("publish:body", locals)
|
||||||
|
|
||||||
#ide-body(
|
main#ide-body(
|
||||||
ng-cloak,
|
ng-cloak,
|
||||||
|
role="main",
|
||||||
layout="main",
|
layout="main",
|
||||||
ng-hide="state.loading",
|
ng-hide="state.loading",
|
||||||
resize-on="layout:chat:resize",
|
resize-on="layout:chat:resize",
|
||||||
|
|
Loading…
Reference in a new issue