[pve-devel] applied: [PATCH widget-toolkit] fix drag&drop for pointerType 'pen'

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Feb 23 12:17:20 CET 2022


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 <d.csapak at proxmox.com>
> ---
>  src/Toolkit.js | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
>

applied, thanks!





More information about the pve-devel mailing list