SYNC: removed selectedCellsCallback

This commit is contained in:
SPRINX0\prochazka
2025-12-10 08:58:57 +01:00
committed by Diflow
parent 1964e54476
commit 93c1f31588
4 changed files with 3 additions and 6 deletions

View File

@@ -168,7 +168,6 @@ export const nullStore = readable(null, () => {});
export const currentArchive = writableWithStorage('default', 'currentArchive');
export const currentApplication = writableWithStorage(null, 'currentApplication');
export const isFileDragActive = writable(false);
export const selectedCellsCallback = writable(null);
export const loadingPluginStore = writable({
loaded: false,
loadingPackageName: null,