Browse Source

fix html cargo.toml

Evan Almloff 1 year ago
parent
commit
26f6561de5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/html/Cargo.toml

+ 1 - 1
packages/html/Cargo.toml

@@ -39,7 +39,7 @@ features = [
     "FocusEvent",
     "CompositionEvent",
     "ClipboardEvent",
-    "DragEvent"
+    "DragEvent",
     "Element",
     "DomRect",
     "ScrollIntoViewOptions",