Working Gitlab search

This commit is contained in:
downthecrop 2025-09-08 12:12:57 -07:00
parent cf6bb51d2c
commit eee924e915
6 changed files with 26 additions and 30 deletions

View file

@ -531,7 +531,7 @@ class plugin : Plugin() {
commit.run()
} else {
try {
javax.swing.SwingUtilities.invokeAndWait(commit)
SwingUtilities.invokeAndWait(commit)
} catch (e: Exception) {
// Fallback to async if invokeAndWait fails for any reason
SwingUtilities.invokeLater(commit)