• when pasting or writing an url the Emoji dialog open up in the editor.

    I fixed if by replacing a line (script.js line 309)
    if ( node.data.lastIndexOf( '://', offset ) > -1 || colonIndex == -1 ) {
    instead of
    if ( colonIndex == -1 ) {

    I did it also at line 57 of script.js just in case but not sure if it’s needed

  • The topic ‘[bug] Emoji dialog open up when writing an url’ is closed to new replies.