Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
glushchenko committed Feb 10, 2024
1 parent da6a3ea commit 8d75837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FSNotes/EditorViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,8 @@ class EditorViewController: NSViewController, NSTextViewDelegate, WebFrameLoadDe

//Preview mode doesn't support text search
cancelTextSearch()
refillEditArea()
refillEditArea(force: true)

if let mdView = vcEditor?.editorViewController?.vcEditor?.markdownView {
view.window?.makeFirstResponder(mdView)
}
Expand Down

0 comments on commit 8d75837

Please sign in to comment.