From f0f273e0582a328ccfa463efaa59ac32831b9be4 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Tue, 13 Sep 2022 19:31:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B8=85=E7=90=86=E5=86=97=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/preload.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/preload.js b/public/preload.js index 44dc563..d04a6e0 100644 --- a/public/preload.js +++ b/public/preload.js @@ -216,7 +216,6 @@ db.init() const remove = (item) => db.removeItemViaId(item.id) -const select = () => document.querySelector('.clip-search input').select() const focus = (isBlur = false) => { return document.querySelector('.clip-search').style.display !== 'none' ? isBlur @@ -258,7 +257,5 @@ window.createFile = createFile window.openFile = utools.shellOpenPath window.openFileFolder = utools.shellShowItemInFolder window.getIcon = utools.getFileIcon -window.showNotify = utools.showNotification -window.fetchToken = utools.fetchUserServerTemporaryToken window.focus = focus window.toTop = toTop