diff --git a/examples/elements/numericinput.html b/examples/elements/numericinput.html index 7c75f772..50fc1951 100644 --- a/examples/elements/numericinput.html +++ b/examples/elements/numericinput.html @@ -23,22 +23,24 @@ diff --git a/examples/index.html b/examples/index.html index 370693c8..d4ef25da 100644 --- a/examples/index.html +++ b/examples/index.html @@ -60,7 +60,7 @@ const treeView = new TreeView({ allowRenaming: false, allowReordering: false, - allowDragging: false + allowDrag: false }); const iframe = document.createElement('iframe');