-
Notifications
You must be signed in to change notification settings - Fork 355
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
Add column resizing & footer to Page Objects in test #464
Conversation
e138462
to
9513c07
Compare
@Addepar/ice |
addon/components/ember-table.js
Outdated
@@ -175,8 +175,10 @@ export default class EmberTable2 extends Component { | |||
}); | |||
|
|||
this._tableResizeSensor = new ResizeSensor(this.element, () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like it should be a separate PR/bugfix. Also, we should try to use ember-resize-sensor
soon, that's what we built it for after all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you submit the separate PR for wrapping the RAF in a runloop as well?
No description provided.