3.086 update destroyed floating menu triggers launching

Describe the bug
In 3.086 triggers for floating menu stopped working.

Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):
Floating menu is shown, but no triggers are launching

Screenshots
N/A

Device information:

  • Type of Mac: MacBook Pro TouchBar 2018
  • macOS version: 10.14.5 (18F203)
  • BetterTouchTool version: 3.086

Additional information (e.g. StackTraces, related issues, screenshots, workarounds, etc.):
Downgrading to 3.085 restores proper behaviour

Maybe you should mention what you trigger do.
I also face an error on 3.086 fixed by downgrading to 3.085 related to touchbar opening, maybe this is the same bug, a related one or ... nothing in common.

Trigger launches small AppleScript code:

tell application "Numbers"
activate
set thisDocument to ¬
make new document with properties ¬
{document template:template "Akta-opracowanie"}
end tell

3.091 didn't solve the problem. Still downgrade to 3.85 was needed to have triggers working.

Maybe post your floating trigger code, this seems to work fine here.

Probably fixed in 3.094

I can confirm, working again in 3.094. Thank you for your great work!