File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 44 * [ Changed] ext-grid: ` updateViewport ` event is now also triggered for 'renumber' (i.e. expand, collapse)
55 * [ Fixed] #963 : tree.setExpanded() fails when autoScroll is enabled
66 * [ Fixed] #964 : handle case when ` source ` is not passed and no ` <ul> ` is embedded.
7+ * [ Fixed] #966 : Ext-dnd5: bug in function onDropEvent (case 'dragover')
78 * [ Fixed] ext-filter: sub-match counter is one too high.
89
910# 2.32.0 / 2019-09-10
Original file line number Diff line number Diff line change 830830 // ": dropEffect: " +
831831 // dataTransfer.dropEffect
832832 // );
833+ prepareDropEffectCallback ( event , data ) ;
833834 LAST_HIT_MODE = handleDragOver ( event , data ) ;
834835
835836 // The flag controls the preventDefault() below:
You can’t perform that action at this time.
0 commit comments