mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
标题栏去掉转义处理
This commit is contained in:
@@ -854,7 +854,7 @@ Note.renderNote = function(note) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// title
|
// title
|
||||||
$("#noteTitle").val(trimTitle(note.Title));
|
$("#noteTitle").val(note.Title);
|
||||||
|
|
||||||
// 当前正在编辑的
|
// 当前正在编辑的
|
||||||
// tags
|
// tags
|
||||||
|
Reference in New Issue
Block a user