j-delaney / back-to-backspace

https://chrome.google.com/webstore/detail/back-to-backspace/cldokedgmomhbifmiiogjjkgffhcbaec
MIT License
45 stars 14 forks source link

Fix contentEditable #9 #10 #11 #12

Closed maximbaz closed 8 years ago

maximbaz commented 8 years ago

This fixes issues with contentEditable, reported in #9, #10 and #11.

izy521 commented 8 years ago

Oh shoot, 17 seconds late. I was going to say since we're using document.activeElement multiple times, we can probably make it a variable.

j-delaney commented 8 years ago

@maximbaz Thanks for the fix! Really sorry that I missed that

@izy521 Feel free to open up another PR with that change!