From aa0b4ebc4c7451e5c50897b47090fe6696910c8e Mon Sep 17 00:00:00 2001 From: cdswyda Date: Sat, 18 Sep 2021 11:46:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(hyperlinkCtrl):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=8F=92=E5=85=A5=E9=93=BE=E6=8E=A5=E5=90=8E=EF=BC=8C=E5=86=8D?= =?UTF-8?q?=E6=AC=A1=E7=BC=96=E8=BE=91=E9=93=BE=E6=8E=A5=EF=BC=8C=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E6=96=87=E6=9C=AC=E4=B8=BA=E8=BF=98=E5=8E=9F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/hyperlinkCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/hyperlinkCtrl.js b/src/controllers/hyperlinkCtrl.js index 53a35d2..86474a6 100644 --- a/src/controllers/hyperlinkCtrl.js +++ b/src/controllers/hyperlinkCtrl.js @@ -169,7 +169,7 @@ const hyperlinkCtrl = { cell.fc = 'rgb(0, 0, 255)'; cell.un = 1; - cell.v = linkText; + cell.v = cell.m = linkText; d[rowIndex][colIndex] = cell;