mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 03:27:32 +08:00
Small fix
This commit is contained in:
6
dist/ueblueprint.js
vendored
6
dist/ueblueprint.js
vendored
@@ -8464,6 +8464,7 @@ function nodeSubtitle(entity) {
|
|||||||
switch (entity.getType()) {
|
switch (entity.getType()) {
|
||||||
case Configuration.paths.addDelegate:
|
case Configuration.paths.addDelegate:
|
||||||
case Configuration.paths.clearDelegate:
|
case Configuration.paths.clearDelegate:
|
||||||
|
case Configuration.paths.removeDelegate:
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
const targetPin = entity
|
const targetPin = entity
|
||||||
@@ -8756,10 +8757,9 @@ class NodeTemplate extends ISelectableDraggableTemplate {
|
|||||||
${name}
|
${name}
|
||||||
${this.#subtitle ? x`
|
${this.#subtitle ? x`
|
||||||
<div class="ueb-node-subtitle-text ueb-ellipsis-nowrap-text">${this.#subtitle}</div>
|
<div class="ueb-node-subtitle-text ueb-ellipsis-nowrap-text">${this.#subtitle}</div>
|
||||||
`: A
|
`: A}
|
||||||
}
|
|
||||||
</div>
|
</div>
|
||||||
` : A}
|
` : A}
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|||||||
2
dist/ueblueprint.min.js
vendored
2
dist/ueblueprint.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -10,6 +10,7 @@ export default function nodeSubtitle(entity) {
|
|||||||
switch (entity.getType()) {
|
switch (entity.getType()) {
|
||||||
case Configuration.paths.addDelegate:
|
case Configuration.paths.addDelegate:
|
||||||
case Configuration.paths.clearDelegate:
|
case Configuration.paths.clearDelegate:
|
||||||
|
case Configuration.paths.removeDelegate:
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
const targetPin = entity
|
const targetPin = entity
|
||||||
|
|||||||
@@ -116,10 +116,9 @@ export default class NodeTemplate extends ISelectableDraggableTemplate {
|
|||||||
${name}
|
${name}
|
||||||
${this.#subtitle ? html`
|
${this.#subtitle ? html`
|
||||||
<div class="ueb-node-subtitle-text ueb-ellipsis-nowrap-text">${this.#subtitle}</div>
|
<div class="ueb-node-subtitle-text ueb-ellipsis-nowrap-text">${this.#subtitle}</div>
|
||||||
`: nothing
|
`: nothing}
|
||||||
}
|
|
||||||
</div>
|
</div>
|
||||||
` : nothing}
|
` : nothing}
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user