File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ function onConnect(port) {
149
149
} ;
150
150
} else {
151
151
connections = panelConnections ; id = port . name ;
152
- monitorInstances ( true ) ;
152
+ isMonitored = true ;
153
153
if ( id !== window . store . id ) port . postMessage ( naMessage ) ;
154
154
disconnect = ( ) => {
155
155
monitorInstances ( false ) ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function showDevTools() {
41
41
function init ( id ) {
42
42
chrome . devtools . inspectedWindow . eval (
43
43
'window.postMessage({' +
44
- 'type: \'UPDATE \',' +
44
+ 'type: \'START \',' +
45
45
'source: \'@devtools-extension\'' +
46
46
'}, \'*\');'
47
47
) ;
Original file line number Diff line number Diff line change 12
12
margin : 0 ;
13
13
padding : 0 ;
14
14
font-family : " Helvetica Neue" , " Lucida Grande" , sans-serif ;
15
- font-size : 75 % ;
15
+ font-size : 11 px ;
16
16
background-color : rgb (53 , 59 , 70 );
17
17
color : #fff ;
18
18
}
You can’t perform that action at this time.
0 commit comments