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

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