Add focus-lock directive (#8141)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user