Sfoglia il codice sorgente

fix html cargo.toml

Evan Almloff 2 anni fa
parent
commit
26f6561de5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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",