File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/components/gtt-client/init Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 41
41
"style-loader" : " ^4.0.0" ,
42
42
"ts-loader" : " ^9.5.1" ,
43
43
"typescript" : " ^5.4.5" ,
44
- "webpack" : " ^5.92.0 " ,
44
+ "webpack" : " ^5.92.1 " ,
45
45
"webpack-cli" : " ^5.1.4"
46
46
}
47
47
}
Original file line number Diff line number Diff line change @@ -82,17 +82,17 @@ function handleIssueSelection(this: any): void {
82
82
83
83
84
84
/**
85
- * Handles the click event on the edit icon to update the map size when the editable form is made visible.
85
+ * Handles the click event on the edit/comment icon to update the map size when the editable form is made visible.
86
86
*/
87
87
function handleEditIcon ( this : any ) : void {
88
- document . querySelectorAll ( 'div.contextual a.icon-edit' ) . forEach ( ( element : HTMLAnchorElement ) => {
88
+ document . querySelectorAll ( 'div.contextual a.icon-edit, div.contextual a.icon-comment ' ) . forEach ( ( element : HTMLAnchorElement ) => {
89
89
element . addEventListener ( 'click' , ( ) => {
90
90
setTimeout ( ( ) => {
91
91
this . maps . forEach ( ( m : any ) => {
92
92
m . updateSize ( ) ;
93
93
} ) ;
94
94
zoomToExtent . call ( this ) ;
95
- } , 200 ) ;
95
+ } , 500 ) ;
96
96
} ) ;
97
97
} ) ;
98
98
}
Original file line number Diff line number Diff line change @@ -1361,10 +1361,10 @@ webpack-sources@^3.2.3:
1361
1361
resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz"
1362
1362
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
1363
1363
1364
- webpack@^5.92.0 :
1365
- version "5.92.0 "
1366
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.92.0 .tgz#cc114c71e6851d220b1feaae90159ed52c876bdf "
1367
- integrity sha512-Bsw2X39MYIgxouNATyVpCNVWBCuUwDgWtN78g6lSdPJRLaQ/PUVm/oXcaRAyY/sMFoKFQrsPeqvTizWtq7QPCA ==
1364
+ webpack@^5.92.1 :
1365
+ version "5.92.1 "
1366
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.92.1 .tgz#eca5c1725b9e189cffbd86e8b6c3c7400efc5788 "
1367
+ integrity sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA ==
1368
1368
dependencies :
1369
1369
" @types/eslint-scope" " ^3.7.3"
1370
1370
" @types/estree" " ^1.0.5"
You can’t perform that action at this time.
0 commit comments