diff options
author | Vendicated <vendicated@riseup.net> | 2023-04-11 02:00:42 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-04-11 02:00:42 +0200 |
commit | 358eb6ad8eaf86fc96494f0e36216608e0023357 (patch) | |
tree | c7d89cff7b0fdca56373fb7b04f1c9cde7402389 /src/plugins/imageZoom/constants.ts | |
parent | c997cb4958d2bc34103fa32b0a1a72824c16bd94 (diff) | |
download | Vencord-358eb6ad8eaf86fc96494f0e36216608e0023357.tar.gz Vencord-358eb6ad8eaf86fc96494f0e36216608e0023357.tar.bz2 Vencord-358eb6ad8eaf86fc96494f0e36216608e0023357.zip |
ImageZoom Fixes
Diffstat (limited to 'src/plugins/imageZoom/constants.ts')
-rw-r--r-- | src/plugins/imageZoom/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/imageZoom/constants.ts b/src/plugins/imageZoom/constants.ts index cfde60c..adaa5bf 100644 --- a/src/plugins/imageZoom/constants.ts +++ b/src/plugins/imageZoom/constants.ts @@ -16,4 +16,4 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -export const ELEMENT_ID = "magnify-modal"; +export const ELEMENT_ID = "vc-imgzoom-magnify-modal"; |