You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, the way we instantiate quill leaves the scope closed and not global so (in theory) it's not accessible from the outside.
is there a way to actually access the quill object from the outside, so we can create a button "paste from HTML" or similar things, or has the ship sailed since we're not working on global scoped objects.
The text was updated successfully, but these errors were encountered:
krtschmr
changed the title
Feature: access the quill editor to work with
Feature: access the quill editor to work with globally
Sep 29, 2024
Quill offers attributes, like
clipboard
for us to work with, for example:quill.clipboard.dangerouslyPasteHTML(5, ' <b>World</b>');
however, the way we instantiate quill leaves the scope closed and not global so (in theory) it's not accessible from the outside.
is there a way to actually access the quill object from the outside, so we can create a button "paste from HTML" or similar things, or has the ship sailed since we're not working on global scoped objects.
The text was updated successfully, but these errors were encountered: