diff --git a/src/js/main.js b/src/js/main.js index 6a1a23b..078d78d 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -538,6 +538,8 @@ function main() { // on startup select mouse shortcutFunctions.setTool_mouse(); + // fix bug cursor not showing up + whiteboard.refreshCursorAppearance(); }); //Prevent site from changing tab on drag&drop