Hello,

I am creating a Jupyter extension to register clicks anywhere on the 
notebook webpage. I am using:

$(window).click(() => console.log("click"));


That works for any click, *except* the first click on an un-selected code 
cell. Once that becomes selected, further clicks register normally. 

Any advice as to why?

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/d89c9b46-14dc-424f-bcc8-d2aeeb528a93%40googlegroups.com.

Reply via email to