Fix onlongtouch after refactor

This commit is contained in:
ahjephson
2024-11-01 22:04:10 +00:00
parent 170b2ca601
commit 71d1cd0e7f
23 changed files with 406 additions and 122 deletions

View File

@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
namespace Lantean.QBTMud.EventHandlers
namespace Lantean.QBTMud
{
[EventHandler("onlongpress", typeof(LongPressEventArgs), enableStopPropagation: true, enablePreventDefault: true)]
public static class EventHandlers