File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Change log
5
5
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
6
6
** Table of Contents** * generated with [ DocToc] ( http://doctoc.herokuapp.com/ ) *
7
7
8
+ - [ 12.1.1-dev (TBD)] ( #1211-dev-tbd )
8
9
- [ 12.1.1 (2024-04-28)] ( #1211-2024-04-28 )
9
10
- [ 12.1.0 (2024-04-23)] ( #1210-2024-04-23 )
10
11
- [ 12.0.0 (2025-04-12)] ( #1200-2025-04-12 )
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ export class DDDraggable extends DDBaseImplement implements HTMLElementExtendOpt
312
312
// TODO: set all at once with style.cssText += ... ? https://stackoverflow.com/questions/3968593
313
313
const style = this . helper . style ;
314
314
style . pointerEvents = 'none' ; // needed for over items to get enter/leave
315
- // style.cursor = 'move'; // TODO: can't set with pointerEvents=none ! (done in CSS as well )
315
+ // style.cursor = 'move'; // TODO: can't set with pointerEvents=none ! (no longer in CSS either as no-op )
316
316
style . width = this . dragOffset . width + 'px' ;
317
317
style . height = this . dragOffset . height + 'px' ;
318
318
style . willChange = 'left, top' ;
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ $animation_speed: .3s !default;
118
118
119
119
& .ui-draggable-dragging {
120
120
will-change : left , top ;
121
- cursor : move ;
122
121
}
123
122
124
123
& .ui-resizable-resizing {
You can’t perform that action at this time.
0 commit comments