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
Related to #689. They now do refresh, but there might be a long delay during which the previous search's results still appear to be valid (and then are all suddenly replaced).
The text was updated successfully, but these errors were encountered:
There are at least two problems here. The first is that the view components (Table, List, Gallery) are all being mounted, destroyed and remounted when loaded, and the other problems I haven't worked out yet.
If the v-show="hasResult" :class="{ disabled: invalidated }" is removed, it stops the double mounting. I can't see any reason why that would be the case though so it might be a Vue bug.
Related to #689. They now do refresh, but there might be a long delay during which the previous search's results still appear to be valid (and then are all suddenly replaced).
The text was updated successfully, but these errors were encountered: