Skip to content

Commit 83bdec4

Browse files
committed
remove explain and modify on highlight
1 parent ba80453 commit 83bdec4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

apps/src/metabase/appState.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)