Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: extension events add test case #33

Merged
merged 2 commits into from
Jun 28, 2024
Merged

feat: extension events add test case #33

merged 2 commits into from
Jun 28, 2024

Conversation

sanshuiyijing
Copy link
Collaborator

No description provided.

Copy link

netlify bot commented Jun 28, 2024

Deploy Preview for tisqleditor-playground ready!

Name Link
🔨 Latest commit f9bd1f6
🔍 Latest deploy log https://app.netlify.com/sites/tisqleditor-playground/deploys/667e6890a3895300088d1f2e
😎 Deploy Preview https://deploy-preview-33--tisqleditor-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

type FocusChangeHelperOptions = {
onFocusChange: (curSql: SqlStatement[]) => void
}
type FocusChangeHelperOptions = (curSql: SqlStatement[]) => void

const focusChangeHandler = (change: (curSql: SqlStatement[]) => void) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I feel this extension name onFocusChange doesn't correspond with what it does. According its name, it should be a common extension works with any kind content, not just SQL.

Copy link
Collaborator

@baurine baurine left a comment

Choose a reason for hiding this comment

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

the rest LGTM

@baurine baurine merged commit b424839 into main Jun 28, 2024
5 checks passed
@baurine baurine deleted the feat/events-test branch June 28, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants