toggle scrollable outputs by cell

This commit is contained in:
aamunger
2023-04-04 15:05:17 -07:00
parent ff9454aaf7
commit 8d55402690
4 changed files with 70 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ function generateViewMoreElement(outputId: string) {
const refreshSpan = document.createElement('span');
refreshSpan.classList.add('scroll-refresh');
const fifth = document.createElement('span');
fifth.textContent = '. Refresh to view ';
fifth.textContent = ', or view in a ';
const sixth = document.createElement('a');
sixth.textContent = 'scrollable element';