@@ -262,23 +262,23 @@ export class MetabaseState extends DefaultAppState<MetabaseAppState> {
262262 } ]
263263 }
264264
265- await RPCs . addNativeElements ( {
266- type : 'CSS' ,
267- selector : '.cm-selectionBackground:last-of-type' ,
268- } , explainButtonJSON ) ;
269- await RPCs . addNativeElements ( {
270- type : 'CSS' ,
271- selector : '.ace_selection:last-of-type' ,
272- } , explainButtonJSON ) ;
273-
274- await RPCs . addNativeElements ( {
275- type : 'CSS' ,
276- selector : '.cm-selectionBackground:last-of-type' ,
277- } , modifyButtonJSON ) ;
278- await RPCs . addNativeElements ( {
279- type : 'CSS' ,
280- selector : '.ace_selection:last-of-type' ,
281- } , modifyButtonJSON ) ;
265+ // await RPCs.addNativeElements({
266+ // type: 'CSS',
267+ // selector: '.cm-selectionBackground:last-of-type',
268+ // }, explainButtonJSON);
269+ // await RPCs.addNativeElements({
270+ // type: 'CSS',
271+ // selector: '.ace_selection:last-of-type',
272+ // }, explainButtonJSON);
273+
274+ // await RPCs.addNativeElements({
275+ // type: 'CSS',
276+ // selector: '.cm-selectionBackground:last-of-type',
277+ // }, modifyButtonJSON);
278+ // await RPCs.addNativeElements({
279+ // type: 'CSS',
280+ // selector: '.ace_selection:last-of-type',
281+ // }, modifyButtonJSON);
282282
283283 let _currentlySelectedText = '' ;
284284 await subscribe ( {
0 commit comments