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.modern.js
CHANGED
@@ -32754,7 +32754,6 @@ const FloatingElementsRenderer = () => {
|
|
32754
32754
|
)));
|
32755
32755
|
};
|
32756
32756
|
const ApplicationMenu = ({ isOpen, onClose }) => {
|
32757
|
-
console.log("ApplicationMenu render - isOpen:", isOpen, "onClose:", onClose);
|
32758
32757
|
const appManager = useAppManager();
|
32759
32758
|
const [searchTerm, setSearchTerm] = useState("");
|
32760
32759
|
const [selectedCategory, setSelectedCategory] = useState("all");
|