Changed default value for pointerevents_method property

This commit is contained in:
atlasan
2021-11-09 12:37:38 +01:00
parent 9d6fd61032
commit e3b6044431
3 changed files with 5 additions and 3 deletions

View File

@@ -136,7 +136,7 @@
release_link_on_empty_shows_menu: false, //[true!] dragging a link to empty space will open a menu, add from list, search or defaults
pointerevents_method: "pointer", // "mouse"|"pointer" use mouse for retrocompatibility issues? (none found @ now)
pointerevents_method: "mouse", // "mouse"|"pointer" use mouse for retrocompatibility issues? (none found @ now)
// TODO implement pointercancel, gotpointercapture, lostpointercapture, (pointerover, pointerout if necessary)
/**