File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33Tiny [ Web Share API] ( https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share ) wrapper with fallback for unsupported browsers
44
5- [ ![ GitHub Actions Status] ( https://github.com/harshzalavadiya /react-web-share/workflows/NodeJS/badge.svg )] ( https://github.com/harshzalavadiya /react-web-share/actions )
5+ [ ![ GitHub Actions Status] ( https://github.com/hc-oss /react-web-share/workflows/NodeJS/badge.svg )] ( https://github.com/hc-oss /react-web-share/actions )
66[ ![ NPM] ( https://img.shields.io/npm/v/react-web-share.svg )] ( https://npm.im/react-web-share )
77[ ![ gzip] ( https://badgen.net/bundlephobia/minzip/react-web-share@latest )] ( https://bundlephobia.com/result?p=react-web-share@latest )
88
Original file line number Diff line number Diff line change 33 "author" : " Harsh Zalavadiya" ,
44 "version" : " 1.1.3" ,
55 "license" : " MIT" ,
6- "repository" : " harshzalavadiya /react-web-share" ,
6+ "repository" : " hc-oss /react-web-share" ,
77 "module" : " dist/react-web-share.esm.js" ,
88 "main" : " dist/index.js" ,
99 "typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export const RWebShare = ({
3535 onClick ( ) ;
3636 } catch ( e ) {
3737 console . warn ( e ) ;
38+ onOpen ( ) ;
3839 }
3940 } else {
4041 onOpen ( ) ;
You can’t perform that action at this time.
0 commit comments