From 6125bc6dec7dbb4f41eb178ae8e2432f7a2050f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=B9=A6=E6=9F=B1?= Date: Tue, 11 Jan 2022 16:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E9=80=89=20=E9=94=AE=E7=9B=98?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E7=9B=B4=E6=8E=A5=E6=8E=A7=E5=88=B6=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hiprint/hiprint.bundle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js index b77b568..fa59f5e 100644 --- a/src/hiprint/hiprint.bundle.js +++ b/src/hiprint/hiprint.bundle.js @@ -7412,6 +7412,7 @@ var hiprint = function (t) { 'transform-origin': r }); } + t.target.focus() }, t.prototype.bingKeyboardMoveEvent = function (t) { var e = this; t.attr("tabindex", "1"), t.keydown(function (t) { -- Gitee