cesiya23

Results 5 comments of cesiya23

I solve this by `$event.stopPropagation()`. But why this happen when I use filter?

@BigstickCarpet Yes, you are right and thanks a lot for your explicit explain. OPTIONS is pre-sended for some verify reason. Then followed normal request. Everything works functionally ok. But there...

Removing the attribute [contenteditable=false] from .atwho-inserted after insert seems work.

@nitaskenderi I guess it may lead by this line https://github.com/ichord/At.js/blob/master/dist/js/jquery.atwho.js#L623 Try to set config of `suffix` to `''` ```javascript const config = { at: '@', suffix: '' }; ```