workbenchdev / Biblioteca

Documentation viewer for GNOME
GNU General Public License v3.0
51 stars 8 forks source link

Fix bug where creating new tab updates current selected tab #91

Closed AkshayWarrier closed 5 months ago

AkshayWarrier commented 6 months ago

Okay so you'll have 2 things listening to notify::uri, and the BrowseView will connect to that signal whenever it updates its reference to the webview and we sync the sidebar there? That makes sense I think, I can try that.