Skip to content

Commit

Permalink
Add link repeat property to hints
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-mp committed Nov 5, 2024
1 parent a74aecd commit a8a35dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const Hint: React.FC<HintProps> = ({
if (item.value.type === "Link") {
if (item.value.config?.allowText ?? false)
snippetCacheKey.push("allowText");
if (item.value.config?.repeat ?? false) snippetCacheKey.push("repeat");
}

// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
Expand Down

0 comments on commit a8a35dd

Please sign in to comment.