Skip to content

Commit

Permalink
Update block-editor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
janboddez committed Jul 4, 2024
1 parent 8886b6c commit 8789dbe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions assets/block-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,9 @@
}, 1500 );

setTimeout( () => {
// Just in case. I thought of `setInterval()`, but if after
// 15 seconds it's still not there, it's likely not going to
// happen. Unless of course the "Delay" option is set to
// something larger, but then there's no point in displaying
// this type of feedback anyway.
// Just in case. I thought of `setInterval()`, but if after 15 seconds it's still not there, it's
// likely not going to happen. Unless of course the "Delay" option is set to something larger, but
// then there's no point in displaying this type of feedback anyway.
updateUrl( postId, setMastoUrl, setError );
}, 15000 );
}
Expand Down

0 comments on commit 8789dbe

Please sign in to comment.