At.js icon indicating copy to clipboard operation
At.js copied to clipboard

Backspace cannot remove insert

Open renebrain opened this issue 7 years ago • 2 comments

this.query.el.removeClass('atwho-query').addClass('atwho-inserted').html(content).attr('data-atwho-at-query', "" + data['atwho-at'] + this.query.text).attr('contenteditable', "false"); on line 835 in your js file is the .attr('contenteditable', "false"); part stops the elements from being removed via backspace you can only remove them when you select the entire block and delete it then in firefox.

renebrain avatar Jan 18 '18 11:01 renebrain

I'm facing this issue too. I had to go back to an older version to make this work. Would really appreciate a fix.

TheBigK avatar Jan 19 '18 09:01 TheBigK

Hi @renebrain did you find any solution to that?

Sal-man avatar Feb 12 '20 10:02 Sal-man