mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 16:38:51 +00:00
Comment width
This commit is contained in:
parent
3b3be58f41
commit
01131c1d90
@ -244,10 +244,10 @@ export default {
|
|||||||
this.roleChannel.postMessage(role);
|
this.roleChannel.postMessage(role);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
/** FIXME: there doesn't seem to be a reliable way to test for open/closed
|
/** FIXME: there doesn't seem to be a reliable way to test for open/closed
|
||||||
* status of a broadcast channel; channel.name exists even after the channel
|
* status of a broadcast channel; channel.name exists even after the
|
||||||
* is closed. Failure to update the subscribed tabs, should not block the
|
* channel is closed. Failure to update the subscribed tabs, should
|
||||||
* focused tab's selection and so it is caught here. An error will often be
|
* not block the focused tab's selection and so it is caught here.
|
||||||
* thrown if the dialog remains open during HMR.
|
* An error will often be thrown if the dialog remains open during HMR.
|
||||||
**/
|
**/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user