Skip to content

Loading spinner not appearing or animating consistently #236

@tconbeer

Description

@tconbeer

See #235

I thought we fixed this but we must be missing a yield to the main event loop somewhere.

To repro:

create table foo as (
    select *
    from lap_times
    join drivers using (driverid)
    join races using (raceid)
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions