mirror of
https://github.com/ION606/bluesky-client.git
synced 2026-05-14 21:26:54 +00:00
fixed image embeds in posts
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user