Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
bonkalol committed Jan 25, 2024
1 parent a7872e4 commit ef1237c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .eslintcache

This file was deleted.

1 change: 0 additions & 1 deletion src/base/b-virtual-scroll-new/b-virtual-scroll-new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export * from 'super/i-data/i-data';

const $$ = symbolGenerator();


@component()
export default class bVirtualScrollNew extends iVirtualScrollHandlers implements iItems {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class IoObserver extends Friend implements ObserverEngine {
callback: () => ctx.onElementEnters(component)
}, {
group: observerAsyncGroup,
label: component.key,
label: component.key
});
}
}
Expand Down
3 changes: 0 additions & 3 deletions src/base/b-virtual-scroll-new/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ import type {

ComponentItemFactory,
ComponentItemType,
ComponentItem,
ComponentItemMeta

} from 'base/b-virtual-scroll-new/interface';

import { defaultShouldProps, componentItemType, itemsProcessors } from 'base/b-virtual-scroll-new/const';

import type { Observer } from 'base/b-virtual-scroll-new/modules/observer';

import iData, { component, prop } from 'super/i-data/i-data';

@component()
Expand Down

0 comments on commit ef1237c

Please sign in to comment.