steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

Master #97

Open ghost opened 8 years ago

ghost commented 8 years ago

add small modification line: toolbar.find( "input[type=text][data-" + options.commandRole + "]" ).on( "webkitspeechchange change", function() { to toolbar.find( "input[type=text][data-" + options.commandRole + "],textarea[data-" + options.commandRole + "]" ).on( "webkitspeechchange change", function() { img-2016-06-15-23-25-20

steveathon commented 7 years ago

Was this meant to be a merge request against 2.0 branch?

steveathon commented 6 years ago

Hey @SergeyStremidlo - did you want this to go to the 2.0 branch? It's something we'd be better off merging there and then doing a proper cut over to master soon.