mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-12 22:47:30 +08:00
Link hover width fixed
This commit is contained in:
@@ -175,6 +175,14 @@ export default class LinkElement extends IElement {
|
||||
this.linkMessageElement = null
|
||||
}
|
||||
}
|
||||
|
||||
startDragging() {
|
||||
this.template.applyStartDragging(this)
|
||||
}
|
||||
|
||||
finishDragging() {
|
||||
this.template.applyFinishDragging(this)
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define(LinkElement.tagName, LinkElement)
|
||||
|
||||
Reference in New Issue
Block a user