Skip to content

Commit

Permalink
don't cache flyot when tutorial has block config
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Feb 12, 2025
1 parent e514ab7 commit 724fa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/blocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ export class Editor extends toolboxeditor.ToolboxEditor {
// Cache blocks xml list for later
this.flyoutBlockXmlCache[cacheKey] = this.flyoutXmlList;
}
this.showFlyoutInternal_(this.flyoutXmlList, cacheKey);
this.showFlyoutInternal_(this.flyoutXmlList, cachable && cacheKey);
}
}

Expand Down

0 comments on commit 724fa11

Please sign in to comment.