fix some issues

This commit is contained in:
azivner
2018-08-22 14:40:49 +02:00
parent 09b610701d
commit 17348a9cfe
3 changed files with 11 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ let codeEditorInitialized;
async function show() {
codeEditorInitialized = false;
$noteDetailRender.show();
$noteDetailRender.empty().show();
await render();
}