Skip to content

Commit aaa5807

Browse files
committed
feat: Add ShowNone method to SwapStyleBuilder extension
1 parent eb34680 commit aaa5807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Htmxor/Http/SwapStyleBuilder.cs

+1
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,5 @@ public static class SwapStyleBuilderExtension
189189
public static SwapStyleBuilder FocusScroll(this SwapStyle style, bool scroll) => new SwapStyleBuilder(style).FocusScroll(scroll);
190190
public static SwapStyleBuilder ShowOn(this SwapStyle style, string selector, ScrollDirection direction) => new SwapStyleBuilder(style).ShowOn(selector, direction);
191191
public static SwapStyleBuilder ShowWindow(this SwapStyle style, ScrollDirection direction) => new SwapStyleBuilder(style).ShowWindow(direction);
192+
public static SwapStyleBuilder ShowNone(this SwapStyle style) => new SwapStyleBuilder(style).ShowNone();
192193
}

0 commit comments

Comments
 (0)