@@ -32,6 +32,9 @@ async function config() {
SB.config = configProxy();
}
// Sync config
config();
// Function that can be used to wait for a condition before returning
async function wait(condition, timeout = 5000, check = 100) {
return await new Promise((resolve, reject) => {
The note is not visible to the blocked user.