Skip to content

Commit

Permalink
SW-3291 Add Todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledsherkawi committed Sep 22, 2023
1 parent d267da7 commit 2eaff32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octoprint_mrbeam/static/js/app/helpers/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ $(function () {
// Check if quickText is included and wait for it to be redrawn
// The reason behind this is that quickText fonts might not be loaded yet
// So we wait a bit and redraw the image on the canvas to make sure the font is loaded
// ToDo: Add the bug detection into analytics (SW-3919)
return new Promise((resolve) => {
if (includesQuickText) {
setTimeout(() => {
Expand Down

0 comments on commit 2eaff32

Please sign in to comment.