Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 62cc9fc

Browse files
feat: add doc
1 parent 829d715 commit 62cc9fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/slides/deckdeckgo-slide.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export class DeckDeckGoSlideUtils {
9595
});
9696
};
9797

98+
// Source: http://detectmobilebrowsers.com
9899
static isMobile(): boolean {
99100
if (!window) {
100101
return false;

0 commit comments

Comments
 (0)