activator used whereever possible

This commit is contained in:
Jan Prochazka
2021-04-07 21:29:37 +02:00
parent d236782795
commit 1c0c2bbc71
10 changed files with 31 additions and 75 deletions

View File

@@ -149,7 +149,6 @@
import _ from 'lodash';
import { getContext } from 'svelte';
import { get_current_component } from 'svelte/internal';
import invalidateCommands from '../commands/invalidateCommands';
@@ -189,7 +188,6 @@
$: rowHeight = $dataGridRowHeight;
let currentCell = [0, 0];
const instance = get_current_component();
const tabVisible: any = getContext('tabVisible');
const domCells = {};