We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd322af commit 105bdf3Copy full SHA for 105bdf3
CefSharp/ContextMenuEditState.cs
@@ -12,7 +12,7 @@ namespace CefSharp
12
[Flags]
13
public enum ContextMenuEditState
14
{
15
- NONE = 0,
+ None = 0,
16
CanUndo = 1 << 0,
17
CanRedo = 1 << 1,
18
CanCut = 1 << 2,
0 commit comments