Robert Plummer
Robert Plummer
Do you have a screen capture for this?
What browser is this?
/me high fives arielsvn
You guys are right. There is a separate thread on this, I need to implement block detection, I've just been very busy. I will take a look at this tomorrow.
> I was looking at the MDN docs for select events and there doesn't seem to be any useful event that isn't experimental and unsupported The implementation of contenteditable is...
Please note: I did say "seems terribly inefficient". I may end up eating my own words.
Maybe this will work: ``` javascript el.addEventListener('dblclick', function elDblClick() { el.removeEventListener('dblclick', elDblClick); new Medium({ element: el }); }); ```
Can you clarify which of the instances it did/didn't work on? Also, if you run the unit tests (click the green check in your browsers) and let us know which...
Awesome for finding it. I will look at it as soon as I have a chance. On Mon, Feb 8, 2016 at 8:19 PM, Karl Tiedt [email protected] wrote: > In...
No browser specific issue, please pr and we'll accept.