WIP2 for making smart resizer work, sort of works now but shows big scrollbar

This commit is contained in:
Bruno Windels 2019-01-08 16:47:47 +01:00
parent 5eba8210b8
commit 4bd6ce8e2c
3 changed files with 42 additions and 41 deletions

View file

@ -69,7 +69,6 @@ export default class ResizeItem {
setSize(size) {
this.sizer.setItemSize(this.domNode, size);
console.log("resizing", this.domNode, "to", size, this.size());
const callback = this.resizer.distributorCtor.onResized;
if (callback) {
callback(size, this.id, this.domNode);