mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
[fix] Fomatting of exports
This commit is contained in:
parent
3e25d3e8d1
commit
2a0be90245
1 changed files with 3 additions and 5 deletions
|
|
@ -262,9 +262,7 @@ const focusGuardPlugin = ViewPlugin.fromClass(
|
|||
|
||||
// Export a single extension that includes the focus guard
|
||||
export const diffExtension = [
|
||||
diffDecorationState,
|
||||
applyDiffPlugin,
|
||||
focusGuardPlugin,
|
||||
diffDecorationState,
|
||||
applyDiffPlugin,
|
||||
focusGuardPlugin,
|
||||
];
|
||||
|
||||
// (guardedDiffExtension removed — diffExtension now includes the guard)
|
||||
|
|
|
|||
Loading…
Reference in a new issue