fix: don't insert the panel and dock pages

This commit is contained in:
Ashley Wulber 2023-09-11 17:45:26 -04:00 committed by Ashley Wulber
parent 87de348d86
commit bd2e92fa64
2 changed files with 2 additions and 3 deletions

View file

@ -366,7 +366,6 @@ impl Page {
*list = end_list.into_iter().map(|a| a.id.into()).collect();
}
Message::Applets(applets) => {
dbg!(&applets);
self.available_entries = applets;
}
Message::StartDnd(state) => {