Fixed linting

refs 3f9c019bc0
This commit is contained in:
Kevin Ansfield 2022-05-27 15:24:30 +01:00
parent 3f9c019bc0
commit 508af14460

View File

@ -491,7 +491,7 @@ export function registerBasicInputTextExpansions(mobiledocEditor) {
}
// TODO: reduce duplication
export function registerBasicTextareaTextExpansions(mobiledocEditor, koenig) {
export function registerBasicTextareaTextExpansions(mobiledocEditor) {
// unregister mobiledoc-kit's block-level text handlers
mobiledocEditor.unregisterTextInputHandler('heading');