Browse Source
Merge pull request #869 from nekobc1998923/fix-add-hyperlinkCtrl
fix: 修复协同编辑下的插入超链接问题
master
mengshukeji
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/controllers/hyperlinkCtrl.js
|
|
@ -353,7 +353,7 @@ const hyperlinkCtrl = { |
|
|
|
//共享编辑模式
|
|
|
|
if(server.allowUpdate){ |
|
|
|
server.saveParam("all", sheetIndex, currentHyperlink, { "k": "hyperlink" }); |
|
|
|
server.historyParam(Store.flowdata, sheetIndex, range); |
|
|
|
server.historyParam(Store.flowdata, sheetIndex, range[0]); |
|
|
|
} |
|
|
|
|
|
|
|
setTimeout(function () { |
|
|
|