mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
808aacdc52
Summary: - test/nbrowser/CustomFilter keeps randomly fail on my local dev - it failed with `Cannot read property of null (reading 'postMessage`)` at line below: `this._rpc.setSendMessage(msg => this._iframe?.contentWindow!.postMessage(msg, '*'));` - I understand it was trying to send message before even the iframe was properly mounted - telling rpc to wait for the other end to send ready() successfully differ send message until everything's mounted. Test Plan: - should not break anything and test/nbrowser/CustomFilter should stop failing Reviewers: jarek Reviewed By: jarek Subscribers: jarek Differential Revision: https://phab.getgrist.com/D3510 |
||
---|---|---|
.. | ||
aclui | ||
components | ||
lib | ||
models | ||
ui | ||
ui2018 | ||
widgets | ||
accountMain.ts | ||
app.css | ||
app.js | ||
browserCheck.ts | ||
declarations.d.ts | ||
errorMain.ts | ||
exposeModulesForTests.js | ||
logo.css | ||
tsconfig.json |