GitHub user nazgul33 opened a pull request: https://github.com/apache/zeppelin/pull/1336
[ZEPPELIN-1333] prevent calling runParagraph() on shift-enter event ### What is this PR for? when shift-enter is pressed in text box of dynamic form, the paragraph runs twice. 1) ng-enter event handler 2) global event handler blocking shift-enter in ng-enter event handler, this issue could be resolved. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1333 ### How should this be tested? please see the attached screenshot attached in jira issue. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nazgul33/zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1336.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1336 ---- commit 32e35759e30dd10b976f7ec0fe34f90bf19f786c Author: DongHoon Han <nazgul33@stevens-mbp.local> Date: 2016-08-17T04:59:54Z [ZEPPELIN-1333] prevent calling runParagraph() on shift-enter event ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---