We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b257752 commit 42bbd0fCopy full SHA for 42bbd0f
src/ui/FeedbackWindow.swift
@@ -88,6 +88,8 @@ class FeedbackWindow: NSWindow {
88
Logger.error("HTTP call failed:", response ?? "nil", error ?? "nil")
89
}
90
}).resume()
91
+ issueTitle.stringValue = ""
92
+ body.stringValue = ""
93
close()
94
95
0 commit comments