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
Widget htmlEditor =HtmlEditor(
controller: controller, //required//other options
toolbarOptions:HtmlToolbarOptions(
defaultToolbarButtons: [
//add any other buttons here otherwise only a few buttons will show up!OtherButtons(copy:false, paste:false),
]
)
);
Hi, my question would be how to disable the copy and paste buttons in the editor, cause on Flutter Web they seem kind of useless and out of position.
The text was updated successfully, but these errors were encountered: