Update CharCounter.plugin.js
This commit is contained in:
parent
684b4e5fe4
commit
d74e5a047d
|
@ -11,7 +11,7 @@ class CharCounter {
|
||||||
|
|
||||||
constructor () {
|
constructor () {
|
||||||
this.changelog = {
|
this.changelog = {
|
||||||
"fixed":[["Textarea","Fied issue where counter would not get attached to chat textarea"]],
|
"fixed":[["Textarea","Fixed issue where counter would not get attached to chat textarea"]],
|
||||||
"improved":[["New Library Structure & React","Restructured my Library and switched to React rendering instead of DOM manipulation"]]
|
"improved":[["New Library Structure & React","Restructured my Library and switched to React rendering instead of DOM manipulation"]]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue