Add focus-lock directive (#8141)

This commit is contained in:
Jan Skovgaard
2020-07-23 17:50:50 +02:00
committed by GitHub
parent 1cd79d81af
commit c95a7f2ef4
11 changed files with 134 additions and 8 deletions

View File

@@ -241,6 +241,14 @@ function dependencies() {
"name": "underscore",
"src": ["node_modules/underscore/underscore-min.js"],
"base": "./node_modules/underscore"
},
{
"name": "wicg-inert",
"src": [
"./node_modules/wicg-inert/dist/inert.min.js",
"./node_modules/wicg-inert/dist/inert.min.js.map"
],
"base": "./node_modules/wicg-inert"
}
];