From e777b06fb8ae303e588eea793cade07d9c1884cd Mon Sep 17 00:00:00 2001 From: meinzzzz Date: Thu, 20 Nov 2025 18:53:39 +0100 Subject: [PATCH] Math --- packages/ckeditor5-math/src/ui/mathliveinputview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ckeditor5-math/src/ui/mathliveinputview.ts b/packages/ckeditor5-math/src/ui/mathliveinputview.ts index a09ec641d..340314dc3 100644 --- a/packages/ckeditor5-math/src/ui/mathliveinputview.ts +++ b/packages/ckeditor5-math/src/ui/mathliveinputview.ts @@ -40,7 +40,7 @@ export default class MathLiveInputView extends View { class: [ 'ck', 'ck-mathlive-input' ] } } ); - }git config --local credential.helper "" + } /** * @inheritDoc