Merge branch 'master' of github.com:konvajs/konva

This commit is contained in:
Anton Lavrenov 2019-01-21 19:29:57 -05:00
commit 0057841032
3 changed files with 53 additions and 1316 deletions

1365
konva.js

File diff suppressed because it is too large Load Diff

View File

@ -112,7 +112,7 @@ export class Stage extends Container {
this._buildDOM();
this._bindContentEvents();
stages.push(this);
this.on('widthChange heightChange', this._buildDOM);
this.on('widthChange heightChange', this._resizeDOM);
}
_validateAdd(child) {

View File

@ -1,3 +1,5 @@
import * as Konva from './internals';
Konva.glob.Konva = Konva;
export default Konva;