I need to find a solution to turn off the edit mode after using document.body.contenteditable = ‘true’; document.designmode=’on’; void 0 I’ve tried to change true and 0 to false and 1 respectively, but it doesn’t work. Could you give me some advice. ...