fix: 修复一点点bug
This commit is contained in:
@@ -32,7 +32,7 @@ export class ViewManager {
|
||||
const options: EngineOptions = this.engine.engineOptions;
|
||||
|
||||
if(options.freedContainer) {
|
||||
this.freedContainer = new FreedContainer(engine, options.freedContainer, { fitCenter: true, tooltip: false });
|
||||
this.freedContainer = new FreedContainer(engine, options.freedContainer, { fitCenter: true, tooltip: true });
|
||||
}
|
||||
|
||||
if(options.leakContainer) {
|
||||
|
||||
Reference in New Issue
Block a user