1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Tweak comment

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-05-05 10:22:56 +03:00
parent 8f27110930
commit a1df4b6317
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -45,9 +45,7 @@ interface Dependencies {
export class LensProtocolRouterMain extends proto.LensProtocolRouter {
private missingExtensionHandlers: FallbackHandler[] = [];
/**
* @deprecated This is used to solve out-of-place temporal dependency. Remove, and solve otherwise.
*/
// TODO: This is used to solve out-of-place temporal dependency. Remove, and solve otherwise.
@observable rendererLoaded = false;
protected disposers = disposer();