fixed image embeds in posts

This commit is contained in:
2024-11-23 21:54:43 -05:00
parent 01a8ff8b97
commit eb9b093485
4 changed files with 37 additions and 23 deletions
+2
View File
@@ -1,5 +1,7 @@
// set up the overlay and form toggling
async function setup() {
if (document.querySelector('#overlay')) return;
const composeButton = document.querySelector('#composebtn');
const newPostForm = document.querySelector('#new-post-form');
const overlay = document.createElement('div');