parsedown-party icon indicating copy to clipboard operation
parsedown-party copied to clipboard

Wordcount not updating while typing

Open dac514 opened this issue 7 years ago • 2 comments

Wordcount not updating while typing

The code is tightly coupled with this function?

dac514 avatar Nov 27 '17 20:11 dac514

Related bug report in WordPress TRAC: https://core.trac.wordpress.org/ticket/42716

dac514 avatar Nov 27 '17 21:11 dac514

Follow-up on the (now closed) WordPress TRAC ticket in a previous comment. I originally thought by just doing this:

add_filter( 'wp_editor_settings', function ( $settings ) {
	$settings['tinymce'] = false;
 	return $settings;
});

The counter broke,

I tested again today. It works fine. Guess that's not the issue.

dac514 avatar Jun 15 '18 01:06 dac514