Skip to content

Commit

Permalink
fix clearing inline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
garrisonhh committed Jan 18, 2025
1 parent 33f5b41 commit 0c8089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Session } from '@flok-editor/session';
import { nudelAlert } from './alert.js';
import { applySettingsToNudel, getSettings } from './settings.js';
import { PastaMirror } from './editor.js';
import { clearInlineErrors } from './error.js';
import { clearInlineErrors, displayInlineErrors } from './error.js';
import './style.css';

export const pastamirror = new PastaMirror();
Expand Down

0 comments on commit 0c8089c

Please sign in to comment.