mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +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;
|
||||
}
|
||||
|
||||
getPrototype() {
|
||||
return this;
|
||||
}
|
||||
|
||||
getIcon() {
|
||||
return this.icon;
|
||||
}
|
||||
|
||||
toString() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user