Skip to content

Commit db6a4ac

Browse files
fix(sign): keep sidebar open on mobile for external signing route
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent ab29e28 commit db6a4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/SignPDF/SignPDF.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default {
103103
await this.initIdDocsApprove()
104104
}
105105
106-
if (this.isMobile){
106+
if (this.isMobile && this.$route?.name !== 'SignPDFExternal') {
107107
this.toggleSidebar();
108108
}
109109

0 commit comments

Comments
 (0)