coder / sail

Deprecated: Instant, pre-configured VS Code development environments.
https://sail.dev
MIT License
629 stars 36 forks source link

Duplicated "Open in Sail" button after navigation #222

Closed lucacasonato closed 5 years ago

lucacasonato commented 5 years ago

After navigation you will have more than one "Open in Sail" buttons. image

steps to reproduce

  1. Install extension
  2. Go to any page
  3. Go to github page in same tab
  4. Navigate back to previous page
  5. Navigate forward to next page

fix

check if button exists before adding a new button

PR: #224