wp_editor some functionality not working on custom theme
The issue was to do with how I created my overlay. Pretty much I was using e.stopPropagation() to stop inner divs from closing on the overlay when the parent was clicked. Using e.stopPropagation() prevented some clicks of the wp editor from working. Instead I used a check which would only apply the closing of the … Read more