[WEB-5773] fix: editor image full screen modal (#8413)

This commit is contained in:
Aaryan Khandelwal 2025-12-22 15:50:02 +05:30 committed by GitHub
parent 57bbf3cf43
commit 72883e76a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 21 additions and 17 deletions

View file

@ -1,4 +1,5 @@
import { useState } from "react"; import { observer } from "mobx-react";
import { useState } from "react";
import { observer } from "mobx-react";
import { AlertTriangle } from "lucide-react";
// ui
import { useTranslation } from "@plane/i18n";