fix(front): show cursor on load

This commit is contained in:
Florent Chehab
2020-05-02 15:46:55 +02:00
parent fcdda2c344
commit 7a81491ffa

View File

@@ -538,6 +538,8 @@ function main() {
// on startup select mouse // on startup select mouse
shortcutFunctions.setTool_mouse(); shortcutFunctions.setTool_mouse();
// fix bug cursor not showing up
whiteboard.refreshCursorAppearance();
}); });
//Prevent site from changing tab on drag&drop //Prevent site from changing tab on drag&drop