mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-20 15:38:32 +00:00
fix: quickSearch error
This commit is contained in:
parent
a73a82e063
commit
a8009ef718
@ -711,6 +711,14 @@ export class Node<Schema extends NodeSchema = NodeSchema> {
|
|||||||
return this.document.simulator?.computeRect(this) || null;
|
return this.document.simulator?.computeRect(this) || null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getPrototype() {
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
getIcon() {
|
||||||
|
return this.icon;
|
||||||
|
}
|
||||||
|
|
||||||
toString() {
|
toString() {
|
||||||
return this.id;
|
return this.id;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user