[WEB-2542] Fix: display filter and tooltip issues in list layout. (#5696)
* [WEB-2542] fix: list layout issues. * fix: issue type display filter not working. * fix: layout shift when hovered on bulkops checkbox. * fix: build errors. * fix: lint errors
This commit is contained in:
parent
22623fad33
commit
6942e491d0
10 changed files with 18 additions and 18 deletions
|
|
@ -55,7 +55,7 @@ export class Storage {
|
|||
try {
|
||||
const storageManager = window.navigator.storage;
|
||||
const fileSystemDirectoryHandle = await storageManager.getDirectory();
|
||||
//@ts-expect-error
|
||||
//@ts-expect-error , clear local issue cache
|
||||
await fileSystemDirectoryHandle.remove({ recursive: true });
|
||||
} catch (e) {
|
||||
console.error("Error clearing sqlite sync storage", e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue