Handle entering and exiting fullscreen

This commit is contained in:
1ilit
2023-09-19 15:48:35 +03:00
parent a2aa12f598
commit ef09ded98c
3 changed files with 155 additions and 114 deletions

View File

@@ -22,6 +22,7 @@ export default function Editor(props) {
issues: true,
editor: true,
shapes: true,
fullscreen: false,
});
const dragHandler = (e) => {