mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
tsc:allowUnreachableCode, eslint:no-unreachable, assert->assertDev
This commit is contained in:
@@ -251,6 +251,7 @@ export class LeftPaneComposeHelper extends LeftPaneHelper<LeftPaneComposePropsTy
|
||||
),
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-unreachable -- Why is this here, its unreachable
|
||||
virtualRowIndex -= 1;
|
||||
}
|
||||
}
|
||||
@@ -275,6 +276,7 @@ export class LeftPaneComposeHelper extends LeftPaneHelper<LeftPaneComposePropsTy
|
||||
),
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-unreachable -- Why is this here, its unreachable
|
||||
virtualRowIndex -= 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user