Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Conversation

@devversion
Copy link
Member

Runs the signal queries migration in this repository.

Runs the signal queries migration in this repository.
copySource(snippet: QueryList<CodeSnippet>,selectedIndex: number=0){
consttext=snippet.toArray()[selectedIndex].viewer.textContent||'';
copySource(snippets: CodeSnippet[],selectedIndex: number=0){
consttext=snippets[selectedIndex].viewer().textContent||'';
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This was a manual change needed!

@devversiondevversion marked this pull request as ready for review October 9, 2024 16:48
@devversiondevversion merged commit 4197b8e into mainOct 9, 2024
@devversiondevversion deleted the signal-queries branch October 9, 2024 16:48
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@devversion@crisbeto