Skip to content

Commit c575d14

Browse files
authored
Frontend - support Chrome (#886)
1 parent d24aa09 commit c575d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/features/webnode/webnode.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class WebnodeComponent implements OnInit {
3232
return;
3333
}
3434

35-
if (this.platform.FIREFOX || this.platform.BLINK) {
35+
if (this.platform.FIREFOX) {
3636
this.supported = false;
3737
return;
3838
}

0 commit comments

Comments
 (0)