From 7a81491ffafe0e63d7e3f60a5ab4db87d3ba4433 Mon Sep 17 00:00:00 2001 From: Florent Chehab Date: Sat, 2 May 2020 15:46:55 +0200 Subject: [PATCH] fix(front): show cursor on load --- src/js/main.js | 2 ++ 1 file changed, 2 insertions(+) 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