cant unmount
This commit is contained in:
parent
140018c6ef
commit
9b6ae6d756
|
|
@ -56,6 +56,8 @@ export class LiveImageShapeUtil extends FrameShapeUtil {
|
|||
};
|
||||
}
|
||||
|
||||
override canUnmount = () => false;
|
||||
|
||||
override toSvg(shape: TLFrameShape) {
|
||||
const theme = getDefaultColorTheme({
|
||||
isDarkMode: this.editor.user.getIsDarkMode(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue