Skip to content

Commit

Permalink
fix(kit): Tiles fix reorder issue (#8663)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-mu authored Aug 26, 2024
1 parent 4dd729c commit 9ea0162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kit/components/tiles/tiles.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {BehaviorSubject, debounce, filter, map, Subject, timer} from 'rxjs';
],
host: {
'[class._dragged]': 'element',
'(pointerleave.silent)': 'rearrange($event)',
'(pointerleave.silent)': 'rearrange()',
},
})
export class TuiTilesComponent {
Expand Down

0 comments on commit 9ea0162

Please sign in to comment.