mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-21 05:27:34 +08:00
Revert documentation (caused a bug)
This commit is contained in:
@@ -331,8 +331,7 @@ export default class Blueprint extends IElement {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {...IElement} graphElements
|
||||
* @param {...IElement} graphElements
|
||||
*/
|
||||
addGraphElement(...graphElements) {
|
||||
if (this.nodesContainerElement) {
|
||||
@@ -355,8 +354,7 @@ export default class Blueprint extends IElement {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {...IElement} graphElements
|
||||
* @param {...IElement} graphElements
|
||||
*/
|
||||
removeGraphElement(...graphElements) {
|
||||
let removed = false
|
||||
|
||||
Reference in New Issue
Block a user