Refactored JS folder.

Removed useless files
This commit is contained in:
Aleh Khantsevich
2024-06-27 14:17:05 +02:00
parent 39626e0df9
commit 35142bb61d
24 changed files with 226 additions and 21030 deletions

View File

@@ -184,7 +184,7 @@ namespace Wino.Views
{
if (Chromium.CoreWebView2 == null) return;
var editorBundlePath = (await ViewModel.NativeAppService.GetQuillEditorBundlePathAsync()).Replace("full.html", string.Empty);
var editorBundlePath = (await ViewModel.NativeAppService.GetQuillEditorBundlePathAsync()).Replace("editor.html", string.Empty);
Chromium.CoreWebView2.SetVirtualHostNameToFolderMapping("app.reader", editorBundlePath, CoreWebView2HostResourceAccessKind.Allow);