Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Start QB-Core on a slow or low-spec computer 2. Access the Debug UI page (localhost:13172) 3. Encounter an error in the drawtext.js file 4. The issue stems from the script loading successfully but any resource call function (hideText) and sending an event message before index.html of all resources are fully loaded on NUI it make `html <div className="text" />` is not loaded.
- Loading branch information