From 0cca76557ef6925addd524875e2bd9550e35ec4e Mon Sep 17 00:00:00 2001 From: M Fahru Date: Tue, 8 Nov 2022 09:27:02 -0700 Subject: [PATCH] Comment out switch away survey to temporary disable it GitOrigin-RevId: f516af0f016c05cba1d171b1f2ad98aa695447ba --- services/web/app/views/project/editor/editor.pug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/web/app/views/project/editor/editor.pug b/services/web/app/views/project/editor/editor.pug index b4d01693dc..77d13345a0 100644 --- a/services/web/app/views/project/editor/editor.pug +++ b/services/web/app/views/project/editor/editor.pug @@ -12,7 +12,9 @@ div.full-size( custom-toggler-msg-when-open=hasFeature('custom-togglers') ? translate("tooltip_hide_pdf") : false custom-toggler-msg-when-closed=hasFeature('custom-togglers') ? translate("tooltip_show_pdf") : false ) - cm6-switch-away-survey() + //- We will be restarting the survey later after some time + //- Will leave the survey component commented until then + //- cm6-switch-away-survey() include ./editor-pane