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 controller event propagation #3345

Merged
merged 2 commits into from
Jul 12, 2019
Merged

Conversation

Pessimistress
Copy link
Collaborator

For #3294

Change List

  • Make views on top capture controller events
  • Fix test/apps/minimap

@Pessimistress Pessimistress requested a review from xintongxia July 12, 2019 02:40
@@ -110,10 +110,17 @@ export default class Controller {
return [offsetCenter.x - x, offsetCenter.y - y];
}

isPointInBounds(pos) {
isPointInBounds(pos, event) {
Copy link
Contributor

Choose a reason for hiding this comment

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

update doc to mention the event will not be forwarded if point in bounds

}

componentDidMount() {
this._animate();
// this._animate();
Copy link
Contributor

Choose a reason for hiding this comment

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

remove? or add comment

@Pessimistress Pessimistress merged commit f1585f7 into master Jul 12, 2019
@Pessimistress Pessimistress deleted the x/multi-view-controller branch July 12, 2019 17:26
Pessimistress added a commit that referenced this pull request Jul 12, 2019
ajduberstein pushed a commit that referenced this pull request Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants