rm useless code

This commit is contained in:
An Orbit 2025-02-10 02:50:34 -05:00 committed by GitHub
parent 2cb0dafda8
commit ea3f3106f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 10 deletions

View File

@ -95,13 +95,3 @@ elements.note_block = {
};
},
};
runAfterLoad(function() {
elements.note_block.movable = false;
});
if(runAfterAutogen) {
runAfterAutogen(function() {
elements.note_block.movable = false;
});
};