Removed quill subfolder

This commit is contained in:
Aleh Khantsevich
2024-07-01 01:28:18 +02:00
parent 963a15abe7
commit 3d69f96b96
9 changed files with 9 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ namespace Wino.Services
{
if (string.IsNullOrEmpty(_editorBundlePath))
{
var editorFileFromBundle = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///JS/Quill/editor.html"))
var editorFileFromBundle = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///JS/editor.html"))
.AsTask()
.ConfigureAwait(false);