Skip to content

Commit

Permalink
fix: πŸ› no need to listen to viewport changes
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 4, 2020
1 parent 11c3fe1 commit 885157d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class Dock {
this.toolbar.show_all()
this.screen.force_update()
this.update("constructor")
screen.connect("viewports-changed", () => this.update("viewports-changed"))
screen.connect("active-workspace-changed", () =>
this.update("active-workspace-changed")
)
Expand Down

0 comments on commit 885157d

Please sign in to comment.