Skip to content

Commit

Permalink
Editor: increase timeout before refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Alia5 committed Dec 29, 2022
1 parent f68ac86 commit 2fd6b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExpanderCardEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ limitations under the License.
setTimeout(() => {
valueChanged();
}, 100) as unknown as number;
}, 1000) as unknown as number;
}, 5000) as unknown as number;
};
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit 2fd6b8a

Please sign in to comment.