@haloduck/ui 2.0.30 → 2.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2928,15 +2928,14 @@ class AutoLoadDirective {
2928
2928
  return;
2929
2929
  }
2930
2930
  // 첫 번째 로드는 건너뛰고, 이후부터는 보일 때마다 자동 로드
2931
- if (this.hasTriggeredOnce) {
2932
- this.isLoading = true;
2933
- this.autoLoadTrigger.emit();
2934
- // 옵저버를 일시적으로 해제하여 연속 트리거 방지
2935
- this.temporarilyDisableObserver();
2936
- }
2937
- else {
2938
- this.hasTriggeredOnce = true;
2939
- }
2931
+ // if (this.hasTriggeredOnce) {
2932
+ this.isLoading = true;
2933
+ this.autoLoadTrigger.emit();
2934
+ // 옵저버를 일시적으로 해제하여 연속 트리거 방지
2935
+ this.temporarilyDisableObserver();
2936
+ // } else {
2937
+ // this.hasTriggeredOnce = true;
2938
+ // }
2940
2939
  }
2941
2940
  temporarilyDisableObserver() {
2942
2941
  if (this.observer) {