@gridsuite/commons-ui 0.35.4 → 0.35.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -260,7 +260,7 @@ var TopBar = function TopBar(_ref2) {
260
260
  useEffect(function () {
261
261
  if (user && withElementsSearch && !searchDisabled) {
262
262
  var openSearch = function openSearch(e) {
263
- if (e.ctrlKey && e.shiftKey && e.key === 'f') {
263
+ if (e.ctrlKey && e.key === 'F') {
264
264
  e.preventDefault();
265
265
  setDialogSearchOpen(true);
266
266
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.35.4",
3
+ "version": "0.35.5",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "engines": {
6
6
  "npm": "<=6",