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
I can't figure out the function of the drag cursor icon that appears when I select the outer table-borders. The symbol cannot be grabbed with the mouse or the table cannot be moved with it.
Am I misunderstanding the symbol?
The text was updated successfully, but these errors were encountered:
I'm also struggling to figure out a way to remove this in Froala 4.5. Ideally, there would be an option in the editor to Disable these CSS classes.
Digging deeper, I found out that it's a Froala adding a CSS class to the "fr-table-selector" table, "fr-table-selected". I'm thinking of creating some JS code to remove the class once it's added. Or clearing the "fr-table-selected {}" CSS.
Sorry, the example does not work very well with jQuery.
Example with jQuery:
$el.find('table').removeClass('fr-table-selector fr-table-selector-active fr-table-selected fr-table-selector-active-selected');
Hi erveyone.
I can't figure out the function of the drag cursor icon that appears when I select the outer table-borders. The symbol cannot be grabbed with the mouse or the table cannot be moved with it.
Am I misunderstanding the symbol?
The text was updated successfully, but these errors were encountered: