Skip to content

Commit

Permalink
chore: fix property
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed May 25, 2023
1 parent 289dd76 commit 547e0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
export let switchButtonPosition = { x: 0, y: 0 };
export let activedPluginId = '';
export let pluginList: { [id: string]: IPlugin } = {};
export let divContent: HTMLElement;
/*************************************
Expand All @@ -45,6 +44,7 @@
let isInBottom = true;
let preivousContentUpdateTime = 0;
let cssTimer = null;
let divContent: HTMLElement;
const contentScrollTop: { [pluginId: string]: number } = {};
$: {
Expand Down

0 comments on commit 547e0a3

Please sign in to comment.