Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs with close of markdown docs (#164942)
There are two bugs here: - Something in the lsp is converting a value from `undefined` to `null`. To fix this, I've updated us just to check for falsy values instead - The `hasInMemoryDoc` implementation was incorrect. It needs to verify that the value of `this.inMemoryDoc` is not null/undefined
- Loading branch information