Skip to content

Commit 180c07f

Browse files
Updated patching logic and bumped version
1 parent 0a9ea1e commit 180c07f

File tree

4 files changed

+273
-275
lines changed

4 files changed

+273
-275
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "advanced-canvas",
33
"name": "Advanced Canvas",
4-
"version": "3.10.1",
4+
"version": "3.10.2",
55
"minAppVersion": "1.1.0",
66
"description": "Supercharge your canvas experience! Create presentations, flowcharts and more!",
77
"author": "Developer-Mike",

src/@types/Obsidian.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ declare module "obsidian" {
1919
lastEvent: UserEvent | null
2020

2121
internalPlugins: any
22+
viewRegistry: any
2223

2324
/** @public */
2425
metadataCache: ExtendedMetadataCache

0 commit comments

Comments
 (0)