fix: cleanup

This commit is contained in:
Felix Roos
2026-02-13 08:36:46 +01:00
parent 23f6ff9bc4
commit 04dcbda9a3
2 changed files with 5 additions and 11 deletions
-4
View File
@@ -412,10 +412,6 @@ export class StrudelMirror {
setAutocompletionEnabled(enabled) {
this.reconfigureExtension('isAutoCompletionEnabled', enabled);
}
updatePrebake(prebake) {
logger('[repl] prebake updated');
this.prebaked = prebake();
}
updateSettings(settings) {
this.setFontSize(settings.fontSize);
this.setFontFamily(settings.fontFamily);