diff --git a/lib/BaseViewer.js b/lib/BaseViewer.js index 10058c517..34cdbf316 100644 --- a/lib/BaseViewer.js +++ b/lib/BaseViewer.js @@ -157,13 +157,13 @@ export default function BaseViewer(options) { */ this._container = this._createContainer(options); + this._init(this._container, this._moddle, options); + /* */ addProjectLogo(this._container); /* */ - - this._init(this._container, this._moddle, options); } inherits(BaseViewer, Diagram);