mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 02:26:21 +08:00
fix(electron): bookmark plugin wound not work (#2776)
This commit is contained in:
@@ -32,6 +32,7 @@ export function definePlugin<ID extends string>(
|
||||
|
||||
if (isServer) {
|
||||
if (serverAdapter) {
|
||||
console.log('register server adapter');
|
||||
serverAdapter
|
||||
.load()
|
||||
.then(({ default: adapter }) => {
|
||||
|
||||
Reference in New Issue
Block a user