On 23.02.22 12:05, Dominik Csapak wrote: > some devices (e.g. vms via novnc, and some laptops) get the pointerType > 'pen' under chromium. > > the DragZone handler tries to ignore touch input for that by > checking for "=== 'mouse'" which does not include 'pen' > so override that to handle it when the pointerType !== 'touch' > > Signed-off-by: Dominik Csapak <[email protected]> > --- > src/Toolkit.js | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > >
applied, thanks! _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
