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

An error occurred when dragging the math formula render from katex , it can not be drag #160

Open
MarkMindCkm opened this issue Jan 24, 2021 · 3 comments
Labels

Comments

@MarkMindCkm
Copy link

11111

@reppners
Copy link
Collaborator

reppners commented Dec 22, 2021

Do you have access to unminified traces by chance?

Origin seems to be

dstNode.style.setProperty( csName, cs.getPropertyValue( csName ), cs.getPropertyPriority( csName ) );

Need to check when styles can be undefined.

katex seems to be rendering with spans.. dunno why that causes problems 🤷‍♂️

@reppners reppners added the bug label Dec 22, 2021
@simirfan
Copy link

i am having the same problem. does not detect element. but I don't understand why I don't perceive it yet.

@simirfan
Copy link

It's stupid but it's a solution:
I normalized the index.min.js file to see the errors. to use https://unminify.com/
worked when the file was not minimized;

but the file I converted to normal was the one in the demo;

Then I realized that there is a problem in the beta version.

Now let the developer friend figure out what that problem is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants