Skip to content

Commit

Permalink
fix: Change interactive record page name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaychen1e committed Jan 11, 2022
1 parent d5c5968 commit c2d813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RecordUtils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BlockEntity, PageEntity } from '@logseq/libs/dist/LSPlugin';

const uploadedImageFileRecordPageName = "Uploaded image file record(created by logseq-plugin-image-uploader)";
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)";

async function getLastBlock(page: PageEntity): Promise<null | BlockEntity> {
const blocks = await logseq.Editor.getPageBlocksTree(page.name);
Expand Down

0 comments on commit c2d813c

Please sign in to comment.