You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In all browsers with the Google Chrome engine, there is such an error, if you delete the last character from textarea, the application freezes, but if you remove attributes, there is no such error. There are two scenarios of operation, when the setup opens and textarea initialization occurs immediately, this scenario works correctly and the second, when initialization occurs in the settings when adding a block with textarea, an error appears, the error may be related to initialization?
The text was updated successfully, but these errors were encountered:
@carpii@mervick https://jsfiddle.net/rudbp8qw/3/
If you remove all the symbols, the application breaks, however, if you remove the attributes everything works.
In Google Chrome it breaks, in Firefox it works correctly
There are emojioneArea with the following parameters
In all browsers with the Google Chrome engine, there is such an error, if you delete the last character from textarea, the application freezes, but if you remove attributes, there is no such error. There are two scenarios of operation, when the setup opens and textarea initialization occurs immediately, this scenario works correctly and the second, when initialization occurs in the settings when adding a block with textarea, an error appears, the error may be related to initialization?
The text was updated successfully, but these errors were encountered: