Skip to content

Commit 8f6db7d

Browse files
committed
fix: scroll template rendering
1 parent 05d231b commit 8f6db7d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

internal/core/services/scroll_service.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ func (s ScrollService) RenderCwdTemplates() error {
137137

138138
files := []string{}
139139
filepath.Walk(cwd, func(path string, info os.FileInfo, err error) error {
140-
if filepath.Clean(s.GetDir()) == filepath.Clean(path) {
141-
return filepath.SkipDir // Skip this subdirectory
142-
}
143140
if !libRegEx.MatchString(path) {
144141
return nil
145142
}

0 commit comments

Comments
 (0)