Skip to content
New issue

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

Fix Maximum callstack size exceeded when using angularjs #1331

Merged
merged 1 commit into from Apr 25, 2018

Conversation

dmitriylyner
Copy link
Contributor

PR Template

Objective

Prevent infinite recursion when using angular with inspire-tree-dom.
See helion3/inspire-tree-dom#17

Closes Issue

It closes Issue helion3/inspire-tree-dom#17

@@ -70,7 +70,9 @@ function normalizeEventName(name) {

function stopPropagation() {
this.cancelBubble = true;
this.stopImmediatePropagation();
if (!this.immediatePropagationStopped) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Havunen
Copy link
Member

Havunen commented Apr 25, 2018

Hi @dmitriylyner thanks for the PR.

LGTM, lets merge it :)

@Havunen Havunen merged commit e637b12 into infernojs:dev Apr 25, 2018
@dmitriylyner dmitriylyner deleted the bug/maximumCallstackExceeded branch April 25, 2018 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants