alohaeditor / Aloha-Editor

Aloha Editor is a JavaScript content editing library
http://www.alohaeditor.org
Other
2.46k stars 535 forks source link

no longer need document.execCommand('enableObjectResizing', false, false); #1660

Open johanneswilm opened 11 months ago

johanneswilm commented 11 months ago

Hey, firefox has stopped requiring document.execCommand('enableObjectResizing', false, false); some years ago now. Unless you want to support really old Firefox versions, there should be no need for it.

The only other document.execCommand usage I could spot in here was related to Internet Explorer.