mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-21 08:28:16 +00:00
fix: active 改成 activate
This commit is contained in:
parent
0fb1386824
commit
530393560d
@ -103,7 +103,7 @@ const pages = Object.assign(project, {
|
|||||||
return project.documents;
|
return project.documents;
|
||||||
},
|
},
|
||||||
setCurrentPage(page: DocumentModel) {
|
setCurrentPage(page: DocumentModel) {
|
||||||
page.active();
|
page.activate();
|
||||||
},
|
},
|
||||||
getCurrentPage() {
|
getCurrentPage() {
|
||||||
return project.currentDocument;
|
return project.currentDocument;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user