ywana-core8 0.2.19 → 0.2.20
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.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +0 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/desktop/ApplicationMenu.js +0 -1
package/dist/index.umd.js
CHANGED
@@ -32757,7 +32757,6 @@ const rows = [
|
|
32757
32757
|
)));
|
32758
32758
|
};
|
32759
32759
|
const ApplicationMenu = ({ isOpen, onClose }) => {
|
32760
|
-
console.log("ApplicationMenu render - isOpen:", isOpen, "onClose:", onClose);
|
32761
32760
|
const appManager = useAppManager();
|
32762
32761
|
const [searchTerm, setSearchTerm] = React.useState("");
|
32763
32762
|
const [selectedCategory, setSelectedCategory] = React.useState("all");
|