Makie not triggering on scroll/zoom events

I am using this code from docs but I am not getting the event on scroll/zoom.

    on(events(ax.scene).scroll) do event
        focus[] = false
    end

Any ideas as to why?