Skip to content

Commit 6e8618e

Browse files
committed
1007664: correct access modifier
1 parent a258b44 commit 6e8618e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Diagram/Server/Pages/Flip/FlipDirectionSample.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147

148148
// This method applies FlipDirection to the selected nodes.
149-
public void FlipDirectionChange(ChangeEventArgs<string, FlipOption> args)
149+
private void FlipDirectionChange(ChangeEventArgs<string, FlipOption> args)
150150
{
151151
_diagram.StartGroupAction();
152152

Diagram/Wasm/Pages/Flip/FlipDirectionSample.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147

148148
// This method applies FlipDirection to the selected nodes.
149-
public void FlipDirectionChange(ChangeEventArgs<string, FlipOption> args)
149+
private void FlipDirectionChange(ChangeEventArgs<string, FlipOption> args)
150150
{
151151
_diagram.StartGroupAction();
152152

0 commit comments

Comments
 (0)