fix: 暂时去掉自定义缩放功能以解决与xd的冲突
This commit is contained in:
parent
87e631c150
commit
816d663cb7
@ -64,7 +64,7 @@ export class EditorService extends Meta2d {
|
|||||||
await this.#loadSceneAreas(areas);
|
await this.#loadSceneAreas(areas);
|
||||||
this.store.historyIndex = undefined;
|
this.store.historyIndex = undefined;
|
||||||
this.store.histories = [];
|
this.store.histories = [];
|
||||||
this.scale(scale);
|
// this.scale(scale);与xd 自定义缩放冲突,暂时去掉
|
||||||
if (isEmpty(origin)) {
|
if (isEmpty(origin)) {
|
||||||
this.centerView();
|
this.centerView();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user