seanime
seanime copied to clipboard
bug: [Extension] tray.onClick() does not fire
Checklist
- [x] My version of the app is the latest available
- [x] I have checked open and closed issues
- [x] I have checked the docs for a fix
Bug Severity
Usability is affected
Bug Area
Denshi (Desktop app)
Bug Description / Steps to Reproduce
To reproduce the bug, simply do
tray.onClick(() => {
console.log("clicked!");
})
then click the tray from the extension
Expected Behavior
Something should appear on logs (using the previous example)
<extension-id> (console.log): onClick "clicked"
I have tried editing extensions from the marketplace directly to add the simple logging code but nothing gets logged.
Screenshots
No response
Logs
nothing is logged from inside the function
Debugging Checklist
- [ ] I have included error messages
- [ ] I have included server logs
- [ ] I have included browser console logs
App Version
3.0.4
Operating System
Windows
I have noticed this too… so I was using invisible buttons in the meantime.