We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e866d0 commit e844305Copy full SHA for e844305
packages/react-material/src/actions/DisplayActions.jsx
@@ -26,7 +26,8 @@ class DisplayActions extends React.Component {
26
}
27
28
29
- return 'undefined';
+ // should be placed at the end if no priority defined, returning 'undefined' is making the ordering bug on FF and Opera
30
+ return 99999;
31
}]);
32
33
if (filter) {
0 commit comments