Skip to content

Commit

Permalink
fix: fix sorthandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Dec 11, 2023
1 parent 2e4573a commit 06e4ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/veui/src/directives/drag/SortHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class SortHandler extends BaseHandler {
return
}

const { target, handle, themeVariant } = options
const { target, handle, themeVariant } = this.options
if (target) {
delete target.dataset[datasetDragSortKey(themeVariant)]
}
Expand Down

0 comments on commit 06e4ce6

Please sign in to comment.