WIP2 for making smart resizer work, sort of works now but shows big scrollbar
This commit is contained in:
parent
5eba8210b8
commit
4bd6ce8e2c
3 changed files with 42 additions and 41 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue