seanime icon indicating copy to clipboard operation
seanime copied to clipboard

bug: [Extension] tray.onClick() does not fire

Open nnotwen opened this issue 1 month ago • 1 comments

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

nnotwen avatar Nov 15 '25 05:11 nnotwen

I have noticed this too… so I was using invisible buttons in the meantime.

Bas1874 avatar Nov 17 '25 11:11 Bas1874