We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When process.env.NODE_ENV === "production", which is not desired and will cause not able to drop because of positioner === null
When process.env.NODE_ENV === "development", only one get's initialized which is desired
To Reproduce
<Editor handlers={(store) => { const instance = new CustomEventHandlers({ store, removeHoverOnMouseleave: false, isMultiSelectEnabled: (e: MouseEvent) => !!e.metaKey, }); // @ts-ignore instance.AAA = getRandomHtmlId(); console.log('new CustomEventHandlers', instance); return instance; }} ....
Working on providing more details. I need more time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When process.env.NODE_ENV === "production", which is not desired and will cause not able to drop because of positioner === null
When process.env.NODE_ENV === "development", only one get's initialized which is desired
To Reproduce
Working on providing more details. I need more time
The text was updated successfully, but these errors were encountered: