This repository was archived by the owner on Oct 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1383,7 +1383,6 @@ export default class DevTools {
13831383 if ( blockSvg || isBackground ) {
13841384 let dataId = blockSvg && blockSvg . getAttribute ( "data-id" ) ;
13851385 if ( dataId || isBackground ) {
1386- let devTools = this ;
13871386 setTimeout ( ( ) => {
13881387 // Is there a popup menu to hi-jack?
13891388 let widget = document . querySelector ( "div.blocklyWidgetDiv" ) ;
@@ -1397,7 +1396,7 @@ export default class DevTools {
13971396 if ( isBackground ) {
13981397 let nodes = blocklyContextMenu . children ;
13991398 for ( const node of nodes ) {
1400- if ( node . textContent === "Clean up Blocks" ) {
1399+ if ( node . textContent === this . m ( "clean-plus" ) ) {
14011400 node . remove ( ) ;
14021401 }
14031402 }
Original file line number Diff line number Diff line change 1+ {"_locale" :" th" ,"_locale_name" :" ไทย" }
Original file line number Diff line number Diff line change 1+ {"editor-devtools/version" :" เวอร์ชั่น {version} - เผยแพร่เมื่อ{date}{ndash} โดย {url} และทุกคนที่ช่วยส่วนขยายสำหรับ scratch" }
Original file line number Diff line number Diff line change 44 "description" : " __MSG_extensionDescription__" ,
55 "default_locale" : " en" ,
66 "author" : " Griffpatch" ,
7- "version" : " 1.10 .0" ,
7+ "version" : " 1.11 .0" ,
88 "homepage_url" : " https://www.griffpatch.co.uk" ,
99 "icons" : {
1010 "32" : " images/favicon.png" ,
You can’t perform that action at this time.
0 commit comments