Reload font after remote editor change, fixes desktop#319

This commit is contained in:
Mo Bitar
2019-06-03 17:00:43 -05:00
parent d23df1c1d7
commit 0a816ec2f3

View File

@@ -134,6 +134,9 @@ angular.module('app')
// Look through editors again and find the most proper one
var editor = this.editorForNote(this.note);
this.selectedEditor = editor;
if(!editor) {
this.reloadFont();
}
});
this.noteDidChange = function(note, oldNote) {