axiomhq / axiom-grafana

The official Axiom datasource plugin for Grafana.
https://axiom.co
Apache License 2.0
6 stars 3 forks source link

Fix totals switch when submitting via keybinding #31

Closed bahlo closed 1 year ago

bahlo commented 1 year ago

We need to use a ref for the totals because the function that is called on Cmd/Ctrl+Enter only has access to a reference of the first render because it runs when Monaco is initialized.