Wednesday, June 21, 2023
1 change · master
Resolved issues and error corrections
The Point of Sale app now waits until it is fully displayed before loading fonts, preventing occasional startup crashes. This improves reliability for cashiers opening or using the POS interface.
Original PR description
After the merging of PosStore and PosGlobalState, loading fonts crashes indeterministically. With this fix, we make sure the pos app is mounted, which means that document.body is available which is required by the font loader. Runbot Error ID: 22519