| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
|
||
| function createCommandList(): HTMLElement { | ||
| const commandListElem = document.createElement('div') | ||
| commandListElem.className = commandListClass |
There was a problem hiding this comment.
Doesn't really matter here since you're creating the element from scratch but I always use element.classList.add
Sorry, something went wrong.
|
🎉 This PR is included in version 1.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is really hacky (uses a flag to check if the palette has already been added), but it was quick to implement.
In parallel with reviews of this PR, I'll be working on a more robust solution involving each inject* function returning a Disposable/Unsubscribable that the top level can dispose of when lifecycle events occur.
Resolves #174
Resolves https://github.com/sourcegraph/sourcegraph/issues/13206