We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example : http://ichord.github.io/At.js/ -> ContentEditable mode
test :
I want to second line apply the :s but apply the first line last position.
Thankyou.
The text was updated successfully, but these errors were encountered:
Any solutions?
Sorry, something went wrong.
Hi,
Im having the same problem when pressing Enter.
I think the problem is in App.prototype.onKeyup
By having placeholder $.noop(), case KEY_CODE.ENTER does not call this.dispatch(e); and so never calls catchQuery
I replaced line 298 to:
case KEY_CODE.DOWN: case KEY_CODE.UP: case KEY_CODE.CTRL: break; case KEY_CODE.ENTER: this.dispatch(e); break;
and it works so far.
@andreas-vvv I stumbled across your comment while debugging the same issue.
I know it was a while ago, but have you continued to have success with this?
No branches or pull requests
example : http://ichord.github.io/At.js/ -> ContentEditable mode
test :
I want to second line apply the :s but apply the first line last position.
Thankyou.
The text was updated successfully, but these errors were encountered: