We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1448dc3 commit bbfb431Copy full SHA for bbfb431
src/Renderer/QueryRenderer.ts
@@ -264,7 +264,6 @@ class QueryRenderChild extends MarkdownRenderChild {
264
requestAnimationFrame(async () => {
265
// We have to wrap the rendering inside requestAnimationFrame() to ensure
266
// that we get correct values for isConnected and isShown().
267
- // (setTimeout(, 0) seemed to work too...)
268
if (!this.containerEl.isConnected) {
269
// Example reasons why we might not be "connected":
270
// - This Tasks query block is contained within another plugin's code block,
0 commit comments