diff options
author | Aarni Koskela <akx@iki.fi> | 2023-05-25 06:05:06 +0000 |
---|---|---|
committer | Aarni Koskela <akx@iki.fi> | 2023-05-25 06:09:01 +0000 |
commit | bc53ecf298478ecd9d01a78ece50fea06a609d6a (patch) | |
tree | 1ecc98756a997f688fceb0625bab44f2c8d48f58 /.eslintrc.js | |
parent | 54696dce056ece694bbca3f6c0252532fdd05bbd (diff) | |
download | stable-diffusion-webui-gfx803-bc53ecf298478ecd9d01a78ece50fea06a609d6a.tar.gz stable-diffusion-webui-gfx803-bc53ecf298478ecd9d01a78ece50fea06a609d6a.tar.bz2 stable-diffusion-webui-gfx803-bc53ecf298478ecd9d01a78ece50fea06a609d6a.zip |
Add onAfterUiUpdate callback
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 218f5609..f33aca09 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -50,13 +50,14 @@ module.exports = { globals: { //script.js gradioApp: "readonly", + executeCallbacks: "readonly", + onAfterUiUpdate: "readonly", + onOptionsChanged: "readonly", onUiLoaded: "readonly", onUiUpdate: "readonly", - onOptionsChanged: "readonly", uiCurrentTab: "writable", - uiElementIsVisible: "readonly", uiElementInSight: "readonly", - executeCallbacks: "readonly", + uiElementIsVisible: "readonly", //ui.js opts: "writable", all_gallery_buttons: "readonly", |