mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
tweak(ui): fix NotifCard accessing on_click
This commit is contained in:
@@ -18,8 +18,4 @@ export default def(class NotifCard extends Component {
|
||||
</div>
|
||||
`);
|
||||
}
|
||||
|
||||
on_ready ({ listen }) {
|
||||
$(this.dom_).find('button').on('click', this.get('on_click') || (() => {}));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user