From 55660b91440904d69a030a71de302d910f3f13b2 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 4 Oct 2020 14:29:17 +0200 Subject: Fix crashing when an action is performed without a focussed editor Turns out checking for a focussed editor in update() is not enough, because you can invoke the action, even if it's marked as inactive. Checking again in actionPerformed() fixes the issue. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 20b4f62..0287fed 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'me.laria.code' -version '0.7.0' +version '0.7.1' sourceCompatibility = 1.8 -- cgit v1.2.3-54-g00ecf