diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-27 20:09:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 20:09:15 +0300 |
commit | 2fc2fbb4ea34899220b141eb67b9515b433feb71 (patch) | |
tree | 448e5645d8db694f4677f9e3af3c15e7d9186845 /.eslintrc.js | |
parent | 5d29672b324c7afd85455a2681de849e3493e29a (diff) | |
parent | dc7a1bbb1c70ba7585ca64c0a96e1bcba4d2302f (diff) |
Merge pull request #10708 from akx/on-ui-update-throttled
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", |