]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
toolkit: add comment regarding upstream changes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Feb 2022 12:02:59 +0000 (13:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Feb 2022 12:02:59 +0000 (13:02 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Toolkit.js

index fd13b26f881d30adaff5b1c267c82e0ea304b19c..a1d291eeae921f6931e595e55b6fbff42086bd22 100644 (file)
@@ -686,6 +686,7 @@ Ext.define('Proxmox.Component', {
 });
 
 // Fix drag&drop for vms and desktops that detect 'pen' pointerType
+// NOTE: this part has been rewritten in ExtJS 7.4, so re-check once we can upgrade
 Ext.define('Proxmox.view.DragZone', {
     override: 'Ext.view.DragZone',