diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-21 05:48:22 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-21 05:48:46 +0000 |
commit | df595ae3135ef12c135f43ef2a0f792708aab4b3 (patch) | |
tree | 5f488f2f5cb5148b1ca1fbf050f71759824d657d /.eslintrc.js | |
parent | b4d21e7113384bbb592bbd79bca06aeb9e4d640a (diff) | |
download | stable-diffusion-webui-gfx803-df595ae3135ef12c135f43ef2a0f792708aab4b3.tar.gz stable-diffusion-webui-gfx803-df595ae3135ef12c135f43ef2a0f792708aab4b3.tar.bz2 stable-diffusion-webui-gfx803-df595ae3135ef12c135f43ef2a0f792708aab4b3.zip |
make resize handle available to extensions
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index e3b4fb76..4777c276 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -90,6 +90,8 @@ module.exports = { // localStorage.js localSet: "readonly", localGet: "readonly", - localRemove: "readonly" + localRemove: "readonly", + // resizeHandle.js + setupResizeHandle: "writable" } }; |