migrated quill to jodit(links not working)

This commit is contained in:
Aleh Khantsevich
2024-07-01 00:57:07 +02:00
parent bfc2af71a4
commit 963a15abe7
13 changed files with 5905 additions and 1194 deletions

View File

@@ -77,7 +77,7 @@ namespace Wino.Services
return new GoogleAuthorizationRequest(state, code_verifier, code_challenge);
}
public async Task<string> GetQuillEditorBundlePathAsync()
public async Task<string> GetEditorBundlePathAsync()
{
if (string.IsNullOrEmpty(_editorBundlePath))
{