Bugfix/#115 console error in chronicle tab #117
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ function addCharCounter(textarea) {
|
|||
updateCharCounter(textarea, charCounterSpan);
|
||||
|
||||
textarea.addEventListener('keyup', () => {
|
||||
console.log('TRIGGER')
|
||||
updateCharCounter(textarea, charCounterSpan)
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue