You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing in the tag input in the detail view is impossible while downloads are happening because the view refreshes constantly, clearing the input.
The solution is to wrap the tag input in a cached element that doesn't refresh with the rest of the app using cache-component as we do for the search input. We probably need to do this for all inputs:
search
add tag
add datasource
The text was updated successfully, but these errors were encountered:
reported by @npscience by email
Typing in the tag input in the detail view is impossible while downloads are happening because the view refreshes constantly, clearing the input.
The solution is to wrap the tag input in a cached element that doesn't refresh with the rest of the app using cache-component as we do for the search input. We probably need to do this for all inputs:
The text was updated successfully, but these errors were encountered: