mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat(web): drag page to trash folder (#2385)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { app } from "electron";
|
||||
import { app } from 'electron';
|
||||
|
||||
import type { NamespaceHandlers } from "../type";
|
||||
import { checkForUpdatesAndNotify,quitAndInstall } from "./electron-updater";
|
||||
import type { NamespaceHandlers } from '../type';
|
||||
import { checkForUpdatesAndNotify, quitAndInstall } from './electron-updater';
|
||||
|
||||
export const updaterHandlers = {
|
||||
currentVersion: async () => {
|
||||
@@ -15,4 +15,4 @@ export const updaterHandlers = {
|
||||
},
|
||||
} satisfies NamespaceHandlers;
|
||||
|
||||
export * from "./electron-updater";
|
||||
export * from './electron-updater';
|
||||
|
||||
Reference in New Issue
Block a user