Digiturk / wface

Enterprise web application platform based on ReactJS
http://wface.digiturk.io
MIT License
23 stars 5 forks source link

bug: when change the menu from toolbar, before page is not closing. #98

Closed kcocalak closed 1 year ago

kcocalak commented 1 year ago

Maybe after changing we can go to default menu page or we can keep on the cache every menu's page and we can use it

mbrn commented 1 year ago

Benim sayfaları kapatmam söz konusu degil artık. Cünkü sayfayı url'de alıyor. Bos sayfaya gecmek icin toolbardaki buton click'de sunu yapabilirsin:

const navigate = useNavigate();

onClick = () => {
// normalde yaptıgın işler. 

  navigate('/main')
}