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
No known key found for this signature in database
GPG Key ID: 9A0CE018889EA246
1 changed files with 2 additions and 0 deletions

View File

@ -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