mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 16:04:56 +00:00
ace编辑器优化, 同步标签问题, 一次性上传多张图片
This commit is contained in:
2
node_modules/web.js
generated
vendored
2
node_modules/web.js
generated
vendored
@@ -95,6 +95,8 @@ var Web = {
|
||||
//
|
||||
addOrDeleteTagFromSync: function(tagSyncInfo) {
|
||||
var me = this;
|
||||
// console.log("是啊");
|
||||
// console.error(tagSyncInfo);
|
||||
var adds = tagSyncInfo.adds;
|
||||
me.Tag.addTagsNav(adds);
|
||||
var deletes = tagSyncInfo.deletes;
|
||||
|
Reference in New Issue
Block a user