This commit is contained in:
fyears
2024-01-05 22:11:34 +08:00
parent d38ac34362
commit 084a04f4e9
+1
View File
@@ -1609,6 +1609,7 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
await this.plugin.saveSettings(); await this.plugin.saveSettings();
}); });
textArea.inputEl.rows = 10; textArea.inputEl.rows = 10;
textArea.inputEl.cols = 30;
textArea.inputEl.addClass("ignorepaths-textarea"); textArea.inputEl.addClass("ignorepaths-textarea");
}); });