Add spell check workflow (#3183)

This commit is contained in:
Zhizhen He
2023-02-22 23:36:04 +08:00
committed by GitHub
parent 57ad21e4bd
commit 3364d4d147
5 changed files with 20 additions and 4 deletions

View File

@@ -3288,7 +3288,7 @@ func (t *Terminal) Loop() {
break
}
// Prevew scrollbar dragging
// Preview scrollbar dragging
headerLines := t.previewOpts.headerLines
pbarDragging = me.Down && (pbarDragging || clicked && t.hasPreviewWindow() && my >= t.pwindow.Top()+headerLines && my < t.pwindow.Top()+t.pwindow.Height() && mx == t.pwindow.Left()+t.pwindow.Width())
if pbarDragging {