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
I'm guessing that addSearchButton should be called for some workspace-related event, but currently is not, but I'm ignorant on the topic, so this is just a guess.
The text was updated successfully, but these errors were encountered:
The button for bulk adding from search (in the search sidebar section) disappears for me if one switches between the workspaces.
Currently the code that adds the button can be found here:
incremental-writing/src/main.ts
Lines 519 to 527 in 91126fe
Specifically this line:
incremental-writing/src/main.ts
Line 525 in 91126fe
I'm guessing that
addSearchButton
should be called for some workspace-related event, but currently is not, but I'm ignorant on the topic, so this is just a guess.The text was updated successfully, but these errors were encountered: