Closed
Description
Version: 1.46.0-insider
Commit: 24ebced
Date: 2020-06-08T07:54:29.001Z (4 days ago)
Electron: 7.3.1
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.5.0
Steps to Reproduce:
Copy & paste the following code and hover on a
.
/**
* There should be a table
*
* | A | B |
* |---|---|
* | Hello | World |
*
* But nothing is rendered
*/
function a() {
}
This used to work. But broken in 1.46.0.
I am using tables on hover in extension's HoverProvider
, but the given steps reproduce the same. (lokalise/i18n-ally#328)
Does this issue occur when all extensions are disabled?: Yes