-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Dev #1739
base: main
Are you sure you want to change the base?
Dev #1739
Conversation
…for the workflow-state task block.
update ZH
update ZH
update ZH
While user want to get active tab from extension dashboard window (such as trigger CSS selector), the extension dashboard window is always the only focused one, so that original code could not get the active tab correctly. But via the [`windows.getLastFocused()`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/windows/getLastFocused) api with query the "normal" type window will exactly get the correctly active tab.
…ock-error Added the ability to throw errors and customize error messages for the "workflow-state" task block.
fix: ensure correct active tab detection from the extension dashboard
…obal feat: Add the globalData parameter to the workflowEventHandler method.
feat(locale): add ES locale
Update newtab.json
Update common.json
Update blocks.json
…sage When a task block throws an error, users can customize the error message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review my commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review my commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review
Add RU locale