diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-10-01 07:15:23 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-10-01 07:15:23 +0000 |
commit | c7e810a9856641fbaf520976fde24c5536a4fd56 (patch) | |
tree | 029267621d708f4334a7d8941011d1fc848802d6 /.eslintrc.js | |
parent | 7026b964761b107a7cb129e89bdfab79f02de385 (diff) | |
download | stable-diffusion-webui-gfx803-c7e810a9856641fbaf520976fde24c5536a4fd56.tar.gz stable-diffusion-webui-gfx803-c7e810a9856641fbaf520976fde24c5536a4fd56.tar.bz2 stable-diffusion-webui-gfx803-c7e810a9856641fbaf520976fde24c5536a4fd56.zip |
add onEdit function for js and rework token-counter.js to use it
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 4777c276..cf839769 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -74,6 +74,7 @@ module.exports = { create_submit_args: "readonly", restart_reload: "readonly", updateInput: "readonly", + onEdit: "readonly", //extraNetworks.js requestGet: "readonly", popup: "readonly", |