We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c5968 commit c2d813cCopy full SHA for c2d813c
src/RecordUtils.ts
@@ -1,7 +1,7 @@
1
import { BlockEntity, PageEntity } from '@logseq/libs/dist/LSPlugin';
2
3
const uploadedImageFileRecordPageName = "Uploaded image file record(created by logseq-plugin-image-uploader)";
4
-const uploadedImageFileRecordInteractivePageName = "Uploaded image file record Interactive(created by logseq-plugin-image-uploader)";
+const uploadedImageFileRecordInteractivePageName = "Uploaded image file record - interactive(created by logseq-plugin-image-uploader)";
5
6
async function getLastBlock(page: PageEntity): Promise<null | BlockEntity> {
7
const blocks = await logseq.Editor.getPageBlocksTree(page.name);
0 commit comments