1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-06 23:56:13 +02:00

Desktop: Fixed error when exporting certain notes that contain plugin content

This commit is contained in:
Laurent Cozic
2024-03-25 12:50:33 +00:00
parent 0839b0314e
commit f85db1496e
9 changed files with 38 additions and 25 deletions

View File

@ -0,0 +1,3 @@
export default (pluginId: string): string => {
return `plugin-${pluginId}.`;
};