haydenull / logseq-plugin-git

A git plugin for logseq
MIT License
120 stars 24 forks source link

Issue #6: Frequent git status check when typing #8

Closed whiskeyriver closed 2 years ago

whiskeyriver commented 2 years ago

Each keystroke schedules a git status check without debouncing, causing a pile-up of tasks and ensuing slowdown.

Debounce these tasks.