We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f72860 commit b752361Copy full SHA for b752361
1 file changed
filebrowser.js
@@ -1790,8 +1790,8 @@ function createNewRepoInHTML() {
1790
repoEl.querySelector('.name').blur();
1791
repoEl.querySelector('.name').scrollTo(0, 0);
1792
1793
- // remove lock button from HTML
1794
- lockButton.remove();
+ // disable lock button
+ lockButton.style.pointerEvents = 'none';
1795
1796
1797
// validate repo name
0 commit comments