Skip to content

Conversation

@adumesny
Copy link
Member

@adumesny adumesny commented Nov 19, 2019

Description

part of #1053 changes

  • kept old method as stub with warning (no code break)
  • added new (hidden for now) column.html demo
  • updated test coverage

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary

part of #1053 changes

* kept old method as stub with warning (no code break)
* added new (hidden for now) column.html demo
* updated test coverage
@coveralls
Copy link

coveralls commented Nov 19, 2019

Coverage Status

Coverage increased (+1.7%) to 66.758% when pulling 1ea827f on adumesny:develop into 7ca8a49 on gridstack:develop.

var isNested = this.container.closest('.' + opts.itemClass).length > 0;

this.opts = Utils.defaults(opts || {}, {
this.opts = Utils.defaults(opts, {
Copy link
Member Author

Choose a reason for hiding this comment

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

|| {} already done above

node._prevYPix = ui.position.top;
Utils.updateScrollPosition(el[0], ui, distance);
if (el.data('inTrashZone') || x < 0 || x >= self.grid.width || y < 0 ||
if (el.data('inTrashZone') || x < 0 || x >= self.grid.column || y < 0 ||
Copy link
Member Author

Choose a reason for hiding this comment

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

had missed that one before

@adumesny adumesny merged commit d745eb6 into gridstack:develop Nov 19, 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