From 4d85713cfc1b6b598a82a0e1f1369d41df6d84ac Mon Sep 17 00:00:00 2001 From: Steven Luiten Date: Fri, 13 Dec 2024 16:11:55 +0100 Subject: [PATCH] Revert Interop's access modifier. --- src/Blazored.TextEditor/Interop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blazored.TextEditor/Interop.cs b/src/Blazored.TextEditor/Interop.cs index 8ad1af6..e8db0a1 100644 --- a/src/Blazored.TextEditor/Interop.cs +++ b/src/Blazored.TextEditor/Interop.cs @@ -5,7 +5,7 @@ namespace Blazored.TextEditor { - internal static class Interop + public static class Interop { internal static ValueTask CreateQuill( IJSRuntime jsRuntime,