mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-23 00:37:41 +00:00
docs(web): about silenced warning
This commit is contained in:
parent
cb82ab5fe7
commit
43f05ee4f1
1 changed files with 5 additions and 0 deletions
|
|
@ -582,6 +582,11 @@ export default abstract class OSKView extends EventEmitter<EventMap> implements
|
|||
|
||||
if(!hasDimensions) {
|
||||
// If dimensions haven't been set yet, we have no basis for layout calculations.
|
||||
// We do not emit a warning here; if we did, at the time of writing this, we'd
|
||||
// consistently get Sentry events from the Keyman mobile apps.
|
||||
//
|
||||
// See #9206 & https://github.com/keymanapp/keyman/pull/9206#issuecomment-1627917615
|
||||
// for context and history.
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue