Skip to content

Commit

Permalink
Add watch timer
Browse files Browse the repository at this point in the history
  • Loading branch information
asiloisad committed Jan 14, 2025
1 parent d260f89 commit d25ea5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tree-view/lib/directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Directory {
this.emitter = new Emitter()
this.subscriptions = new CompositeDisposable()
this.compareFn = Intl.Collator(undefined, {numeric: true, sensitivity: 'base'}).compare
this.this.watchTimer = 20

if (atom.config.get('tree-view.squashDirectoryNames') && !this.isRoot) {
fullPath = this.squashDirectoryNames(fullPath)
Expand Down

0 comments on commit d25ea5a

Please sign in to comment.