fix(info): change jsdoc to avoid linting warning (#2881)
This commit is contained in:
parent
4f8fd1019b
commit
ed395036b7
|
@ -336,9 +336,9 @@ class InfoDialog extends Component {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback invoked when a displayed URL link is clicked to prevent actual
|
* Callback invoked when a displayed URL link is clicked to prevent actual
|
||||||
* navigation from happening. The URL links have an href to display "Copy
|
* navigation from happening. The URL links have an href to display the
|
||||||
* Link Address" in the context menu but otherwise it should not behave like
|
* action "Copy Link Address" in the context menu but otherwise it should
|
||||||
* links.
|
* not behave like links.
|
||||||
*
|
*
|
||||||
* @param {Object} event - The click event from clicking on the link.
|
* @param {Object} event - The click event from clicking on the link.
|
||||||
* @private
|
* @private
|
||||||
|
|
Loading…
Reference in New Issue