|
|
@@ -336,9 +336,9 @@ class InfoDialog extends Component {
|
|
336
|
336
|
|
|
337
|
337
|
/**
|
|
338
|
338
|
* Callback invoked when a displayed URL link is clicked to prevent actual
|
|
339
|
|
- * navigation from happening. The URL links have an href to display "Copy
|
|
340
|
|
- * Link Address" in the context menu but otherwise it should not behave like
|
|
341
|
|
- * links.
|
|
|
339
|
+ * navigation from happening. The URL links have an href to display the
|
|
|
340
|
+ * action "Copy Link Address" in the context menu but otherwise it should
|
|
|
341
|
+ * not behave like links.
|
|
342
|
342
|
*
|
|
343
|
343
|
* @param {Object} event - The click event from clicking on the link.
|
|
344
|
344
|
* @private
|