react-admin icon indicating copy to clipboard operation
react-admin copied to clipboard

关于全屏报错问题

Open sunboyZgz opened this issue 4 years ago • 0 comments

/src/components/HeaderCustom.tsx

if (screenfull.isEnabled && !screenfull.isFullscreen) {
    screenfull.request()
    .catch(console.log);        //do something
 }

进行一点判断和处理会不会更好呢?

sunboyZgz avatar Apr 15 '21 12:04 sunboyZgz