File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/views/layout/TagsView/components Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,6 @@ class TagList extends Component {
9292 this . props . history . push ( "/dashboard" ) ;
9393 this . closeContextMenu ( ) ;
9494 } ;
95- handleRefreshTag = ( ) => {
96- const { path } = this . state . currentTag ;
97- this . props . history . push ( path ) ;
98- this . closeContextMenu ( ) ;
99- } ;
10095 handleCloseOtherTags = ( ) => {
10196 const currentTag = this . state . currentTag ;
10297 const { path } = currentTag ;
@@ -144,7 +139,6 @@ class TagList extends Component {
144139 style = { { left : `${ left } px` , top : `${ top } px` } }
145140 ref = { this . contextMenuContainer }
146141 >
147- < li onClick = { this . handleRefreshTag } > 刷新</ li >
148142 < li onClick = { this . handleCloseOtherTags } > 关闭其他</ li >
149143 < li onClick = { this . handleCloseAllTags } > 关闭所有</ li >
150144 </ ul >
You can’t perform that action at this time.
0 commit comments