You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Can't close 'Found a new drive' message. (#249)
This PR fixes an event binding issue where `noticeBlock.vue` emitted
`deleteNotice` but `CoreService.vue` used `@delete-notice`, which Vue 2
doesn't auto-convert; also corrects the output path in
`message_bus.build.js` (was `../build/sysroot/...`), which caused event
metadata to be placed outside the expected build directory, leading to
missing frontend event registration after packaging. resolvedIceWhaleTech/CasaOS#2069
0 commit comments