From e49198a0d4f8e6989af0d9a3b5040b3c53a2750e Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 9 Feb 2019 19:31:07 +0000 Subject: [PATCH] oops --- ElectronClient/app/gui/NoteText.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ElectronClient/app/gui/NoteText.jsx b/ElectronClient/app/gui/NoteText.jsx index a10303275..b5c7962a1 100644 --- a/ElectronClient/app/gui/NoteText.jsx +++ b/ElectronClient/app/gui/NoteText.jsx @@ -365,7 +365,6 @@ class NoteTextComponent extends React.Component { this.saveIfNeeded(); this.mdToHtml_ = null; - this.destroyWebview(); eventManager.removeListener('alarmChange', this.onAlarmChange_); eventManager.removeListener('noteTypeToggle', this.onNoteTypeToggle_);