mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-31 05:19:53 +00:00
[TS] Enable noUnusedParameters (#3110)
This commit is contained in:
@@ -287,7 +287,7 @@ export class DraggableList extends EventTarget {
|
||||
}
|
||||
|
||||
unsetItemState() {
|
||||
this.getIdleItems().forEach((item, i) => {
|
||||
this.getIdleItems().forEach((item) => {
|
||||
delete item.dataset.isAbove
|
||||
delete item.dataset.isToggled
|
||||
item.style.transform = ''
|
||||
|
||||
Reference in New Issue
Block a user