Delete Recents

This commit is contained in:
brausjonas
2023-07-07 18:50:57 +02:00
parent 37529fb1e9
commit f3b628b596
2 changed files with 43 additions and 9 deletions
+10 -6
View File
@@ -630,7 +630,8 @@ export default function Drawing(p) {
marginLeft: 10,
boxShadow: "0 0 5px gray",
borderWidth: 0,
width: 60,
width: 100,
height: 60,
pointerEvents: "auto"
}}
onClick={onOpenButtonClick}>
@@ -662,11 +663,12 @@ export default function Drawing(p) {
marginLeft: 10,
boxShadow: "0 0 5px gray",
borderWidth: 0,
width: 60,
width: 100,
height: 60,
pointerEvents: "auto"
}}
onClick={onSaveButtonClick}>
Save
Download Save
</button>
@@ -678,7 +680,8 @@ export default function Drawing(p) {
marginLeft: 10,
boxShadow: "0 0 5px gray",
borderWidth: 0,
width: 60,
width: 100,
height: 60,
pointerEvents: "auto"
}}
onClick={onExportButtonClick}>
@@ -693,7 +696,8 @@ export default function Drawing(p) {
marginLeft: 10,
boxShadow: "0 0 5px gray",
borderWidth: 0,
width: 60,
width: 100,
height: 60,
pointerEvents: "auto"
}}
onClick={() => {
@@ -723,7 +727,7 @@ export default function Drawing(p) {
}
window.location.reload()
}}>
Home
Save / Home
</button>
</div>
</div>