-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix: pass user configuration to Tool prepare method #1781
Conversation
Please validate this PR which solve editor-js/embed#68 |
@@ -279,7 +279,7 @@ export default class Tools extends Module { | |||
}[] { | |||
const toolPreparationList: { | |||
function: (data: { toolName: string }) => void | Promise<void>; | |||
data: { toolName: string }; | |||
data: { toolName: string; config: ToolConfig }; |
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.
need to add this to the function's return type
@neSpecc Are you guys planning to fix this issue, or we are chilling now? |
It would be really appreciated if this bug could be fixed quickly, please. @gohabereg do you have time to do this ? |
resolves editor-js/embed#68 |
This fix took 5-6 months LMAO |
No description provided.