chore: bump version (#3623)

This commit is contained in:
Alex Yang
2023-08-08 16:57:22 -04:00
committed by GitHub
parent 5842619206
commit 881424d03a
16 changed files with 171 additions and 171 deletions

View File

@@ -526,12 +526,12 @@ export const evaluatePluginEntry = (pluginName: string) => {
}
);
addCleanup(pluginName, () => {
// todo: unregister
AffineFormatBarWidget.customElements.delete(register);
cleanup();
});
return div;
};
AffineFormatBarWidget.customElements.push(register);
AffineFormatBarWidget.customElements.add(register);
} else {
throw new Error(`Unknown part: ${part}`);
}