-
Notifications
You must be signed in to change notification settings - Fork 2
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
[migrate] replace Markdown IME with HTML editor #14
Conversation
报错
应该是我没处理好 private Core = createRef<HTMLEditor>(); 要怎样处理 |
不知道怎样处理 core 的值。 @TechQuery |
不同的组件传参方式不同,新组件已经和 不要被现有代码影响,你就搞清楚“新组件的值从哪来,又到哪去”就行了。(你可以直接照抄我给你参考的代码) |
fixURL 里面的逻辑怎么处理?
|
它们就是在把编辑框里的路径处理成本网页真正能加载的 URL。 在新编辑器里: const root = document.querySelector('div[contenteditable]'); |
Checklist(清单):
Closes #12