Skip to content

Commit

Permalink
execute this.end when interrupted, #166
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 13, 2021
1 parent 2e450cd commit 6dcbd0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/common/view/TermDragListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ class TermDragListener extends DragListener {
*/
end( event, trail ) {

// drag sequence was interrupted, return immediately
if ( this.interrupted ) { return; }

// set term Properties at end of drag
this.term.draggingProperty.value = false;
this.term.shadowVisibleProperty.value = false;
Expand Down

0 comments on commit 6dcbd0c

Please sign in to comment.