browser-detect icon indicating copy to clipboard operation
browser-detect copied to clipboard

fix bug casued by typo for `isTablet` in `BrowserDetect.php`

Open rzv-me opened this issue 7 months ago • 0 comments

in src/Stages/BrowserDetect.php there is a typo in 2 places (lines 42 and 53)

$payload->setValue('isTable', false);

this fixes it

rzv-me avatar Apr 01 '25 14:04 rzv-me