fastmail / Squire

The rich text editor for arbitrary HTML.
MIT License
4.75k stars 406 forks source link

execCommand not needed in Firefox. #439

Closed johanneswilm closed 11 months ago

johanneswilm commented 12 months ago

Hey, I noticed you still have this code:

document.execCommand('enableObjectResizing', false, 'false');
document.execCommand('enableInlineTableEditing', false, 'false');

For some years now, Firefox should have changed its code to not require this any longer.

neilj commented 11 months ago

Thanks, I've removed it.