Skip to content

Commit

Permalink
semantics: cancel smart summary when closing conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Dec 14, 2023
1 parent a904d0e commit 584b93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ windowIsClosing

super windowIsClosing.

self cancelSmartSummary.
backgroundProcesses ifNotNil:
[backgroundProcesses do: [:process | process terminate]].
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"smartSummary" : "ct 10/18/2023 18:02",
"smartSummaryHeader" : "ct 8/21/2023 02:37",
"smartSummaryText" : "ct 8/21/2023 02:19",
"windowIsClosing" : "ct 8/27/2023 22:01" } }
"windowIsClosing" : "ct 12/14/2023 18:35" } }

0 comments on commit 584b93f

Please sign in to comment.