File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,18 @@ export const Text = React.memo(
70
70
onClick : e => {
71
71
e . preventDefault ( ) ;
72
72
e . stopPropagation ( ) ;
73
+
73
74
selectText ( e . currentTarget ) ;
74
75
} ,
75
76
} ,
76
77
textContent ,
77
78
) ;
78
79
79
80
return (
80
- < Tooltip title = { tooltipText } >
81
+ < Tooltip
82
+ title = { tooltipText }
83
+ getPopupContainer = { triggerNode => triggerNode }
84
+ >
81
85
< StyledTextWrapper maxWidth = { maxWidth } >
82
86
< UIText className = { clsx ( 'sirius-text' , className ) } { ...props } >
83
87
{ child }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ export const noticeInfo = {
12
12
hot : false ,
13
13
type : 'Announcement' ,
14
14
brief : {
15
- en : 'ConfluxScan V2.12.0 Released!' ,
16
- zh : 'ConfluxScan V2.12.0 发布喽!' ,
15
+ en : 'ConfluxScan V2.12.1 Released!' ,
16
+ zh : 'ConfluxScan V2.12.1 发布喽!' ,
17
17
} ,
18
18
link : {
19
19
en :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Promise.all([completeDetect()]).then(() => {
61
61
render ( App ) ;
62
62
} ) ;
63
63
64
- const currentVersion = 'V2.12.0 ' ;
64
+ const currentVersion = 'V2.12.1 ' ;
65
65
66
66
const brand = `
67
67
┌─┐┌─┐┌┐┌┌─┐┬ ┬ ┬─┐ ┬ ┌─┐┌─┐┌─┐┌┐┌ ${ currentVersion }
You can’t perform that action at this time.
0 commit comments