@megha-ui/react 1.3.115 → 1.3.116

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.
@@ -96,12 +96,10 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
96
96
  setMenuVisible("");
97
97
  setMenuPosition(null);
98
98
  setSearchOpsPosition(null);
99
- if (!target.closest(".column-search-outside-wrapper") &&
100
- activeSearchColumn !== "") {
101
- setActiveSearchColumn(null);
99
+ if (activeSearchColumn !== "") {
102
100
  setDropdownVisible("");
103
101
  }
104
- else {
102
+ if (!target.closest(".column-search-outside-wrapper")) {
105
103
  setActiveSearchColumn(null);
106
104
  }
107
105
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.115",
3
+ "version": "1.3.116",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",