From 02546bc3c0ed7a4e471df15b80792008563d1d10 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 29 七月 2022 18:25:57 +0800 Subject: [PATCH] 2022-07-29 --- src/tabviews/zshare/actionList/printbutton/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/printbutton/index.jsx b/src/tabviews/zshare/actionList/printbutton/index.jsx index 5d6bb1f..ff0cd12 100644 --- a/src/tabviews/zshare/actionList/printbutton/index.jsx +++ b/src/tabviews/zshare/actionList/printbutton/index.jsx @@ -1691,7 +1691,7 @@ className={className} onClick={(e) => {e.stopPropagation(); this.actionTrigger()}} >{label}</Button> - {this.getModels()} + <span onClick={(e) => {e.stopPropagation()}}>{this.getModels()}</span> </> } } -- Gitblit v1.8.0