materialNote icon indicating copy to clipboard operation
materialNote copied to clipboard

Uncaught RangeError: Maximum call stack size exceeded

Open sergiocasao opened this issue 8 years ago • 0 comments

When I initialize an empty Textarea and click on code view, it shows the following error. I think is because there is any html tag in the textarea.

Uncaught RangeError: Maximum call stack size exceeded
    at beautifyHTML (materialNote.js:4855)
    at beautifyHTML (materialNote.js:4871)
    at beautifyHTML (materialNote.js:4871)
    at beautifyHTML (materialNote.js:4871)
    at beautifyHTML (materialNote.js:4871)
    at beautifyHTML (materialNote.js:4871)
    at beautifyHTML (materialNote.js:4871)
    at beautifyHTML (materialNote.js:4871)
    at beautifyHTML (materialNote.js:4871)
    at beautifyHTML (materialNote.js:4871)

sergiocasao avatar Dec 20 '16 16:12 sergiocasao