mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
Fix onlongtouch after refactor
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user