From 5cadb062da2b3348eee5b22a9e8e81d0bf3738a5 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Fri, 1 Jan 2021 14:58:09 -0500 Subject: [PATCH] fix(plugin): clipboard buttons not loaded --- layout/common/scripts.jsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/common/scripts.jsx b/layout/common/scripts.jsx index 04737c1..e7f6c83 100644 --- a/layout/common/scripts.jsx +++ b/layout/common/scripts.jsx @@ -31,7 +31,7 @@ module.exports = class extends Component { return - {clipboard && } + {clipboard && } diff --git a/package.json b/package.json index 132a3f8..158310a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "deepmerge": "^4.2.2", - "hexo-component-inferno": "^0.10.1", + "hexo-component-inferno": "^0.10.5", "inferno": "^7.3.3", "inferno-create-element": "^7.3.3", "moment": "^2.22.2",