Skip to content

Commit 35be979

Browse files
authored
Revert "fix: title text (CircuitVerse#4220)" (CircuitVerse#4464)
This reverts commit 44dc58f.
1 parent 3540f7f commit 35be979

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

simulator/src/css/main.stylesheet.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ input[type="text"]:focus {
173173
font-size: 1em;
174174
text-align: center;
175175
display: inline-block;
176-
white-space: nowrap;
177176
width: 35vw;
178177
height: 1.2rem;
179178
overflow: hidden;

simulator/src/data/save.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export function setProjectName(name) {
2828
name = stripTags(name);
2929
projectName = name;
3030
$('#projectName').html(name);
31-
document.getElementById("projectName").setAttribute("title",name);
3231
}
3332

3433
/**

0 commit comments

Comments
 (0)