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

Clicking OK removes spaces #45

Closed
Saltibarsciai opened this issue Apr 29, 2021 · 3 comments
Closed

Clicking OK removes spaces #45

Saltibarsciai opened this issue Apr 29, 2021 · 3 comments

Comments

@Saltibarsciai
Copy link

Saltibarsciai commented Apr 29, 2021

29 04 2021_18 46 53_REC

Version:
"quill-html-edit-button": "^2.2.4",
"vue2-editor": "^2.6.6",

usage:

//scripts

import htmlEditButton from "quill-html-edit-button";
Quill.register("modules/htmlEditButton", htmlEditButton);
...

 editor_settings: {
                    modules: {
                        htmlEditButton,
                    }
 }

//vue template

<vue-editor v-model="form.human_body" :editor-toolbar="custom_toolbar"  :editor-options="editor_settings" ></vue-editor>
@Saltibarsciai
Copy link
Author

didn't know how to reopen #18, so just created new issue

@benwinding
Copy link
Owner

Thanks for reporting the issue @Saltibarsciai

The library has been fixed, and some tests added to ensure it parses correctly back into the Quill editor. Should be available in version 2.2.5

Let me know if there's any other issues.

Cheers,
Ben

@Saltibarsciai
Copy link
Author

Thanks @benwinding works after update! If I'll discover new issues while using it I'll let you know

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

No branches or pull requests

2 participants