From 36356a574313179491f7dd586a759d4e3b40f337 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Thu, 3 Nov 2022 22:21:52 +0100 Subject: [PATCH] fix --- example/menu/menu.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example/menu/menu.jsx b/example/menu/menu.jsx index 56376be..39d261d 100644 --- a/example/menu/menu.jsx +++ b/example/menu/menu.jsx @@ -11,8 +11,6 @@ const call = async (stear, { find, resolve, close, render, call, include, event /*event.onBeforRerender = async () => { }*/ /*event.onAfterRerender = async () => { }*/ - event.onHashChange - let menu = [ include(splash), include(apps), @@ -68,4 +66,4 @@ const call = async (stear, { find, resolve, close, render, call, include, event ; } -export default new SWindow({ call, backgroundColor: "#dde", hash:"/" }); \ No newline at end of file +export default new SWindow({ call, backgroundColor: "#dde"}); \ No newline at end of file