moteey
Results
1
comments of
moteey
If anyone is still struggling with this, I found a way to check if **blur** and/or **focus** events are dispatched due to pasting: **Blur event:** ``` javascript MediumEditor.subscribe('blur', blurFunction) function...