Skip to content

Commit c0e68f7

Browse files
committed
use browser version
1 parent 410ec69 commit c0e68f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-menu",
3-
"version": "7.4.24",
3+
"version": "7.4.25",
44
"description": "menu ui component for react",
55
"keywords": [
66
"react",

src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
const isMobile = require('ismobilejs');
2+
const isMobile = require('ismobilejs/dist/dist/isMobile.min');
33

44
export function noop() {
55
}

0 commit comments

Comments
 (0)