mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-14 07:47:29 +08:00
Various fixes to links
This commit is contained in:
@@ -14,6 +14,11 @@ export default class LinkMessageElement extends IElement {
|
||||
/** @type {LinkRetrieval} */
|
||||
(s, d) => `Convert ${s.getType()} to ${d.getType()}.`
|
||||
)
|
||||
static correct = _ => new LinkMessageElement(
|
||||
"ueb-icon-correct",
|
||||
/** @type {LinkRetrieval} */
|
||||
(s, d) => ""
|
||||
)
|
||||
static directionsIncompatible = _ => new LinkMessageElement(
|
||||
"ueb-icon-directions-incompatible",
|
||||
/** @type {LinkRetrieval} */
|
||||
|
||||
Reference in New Issue
Block a user