Open powercording opened 12 months ago
Hello, I cant reproduce the issue. Can you please send more details?
What I did was:
but nothing appears in the console.
I have the same issue using Chrome, it works in Firefox. It happens on left-click. This is the relevant code section where the error occurs: https://github.com/BioComputingUP/ProSeqViewer/blob/3bcadd92532207260ff30bc992c4b36676d53910/src/lib/selection.model.ts#L31
It seems e.path
is undefined and therefore falsly executing the else block of the condition. I'm unsure what e.path
should be, however using element = e.currentTarget
should work in Chrome.
in next js 13.4 app (page router) when I click sequence then this error shows in console. you can also see this error msg at the documentation web site - event tap and click it.