From 8621d0b0e4e8951a1852333e8c5691c6d28c204d Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 3 Feb 2023 14:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E5=BD=A9=E5=B8=A6=E7=82=B9?= =?UTF-8?q?=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/FlutteringRibbon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/FlutteringRibbon.js b/components/FlutteringRibbon.js index 2eb817e4..a615d533 100644 --- a/components/FlutteringRibbon.js +++ b/components/FlutteringRibbon.js @@ -136,6 +136,7 @@ function createFlutteringRibbon() { (this._canvas.style.width = '100%'), (this._canvas.style.height = '100%'), (this._canvas.style['z-index'] = '0'), + (this._canvas.style['pointer-events'] = 'none'), this._onResize(), (this._context = this._canvas.getContext('2d')), this._context.clearRect(0, 0, this._width, this._height),