Skip to content

Commit

Permalink
Remove header from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosinger committed Oct 23, 2024
1 parent 9fcdc35 commit 1b8dedb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,6 @@ class TableEditorSettingsTab extends PluginSettingTab {
const { containerEl } = this;
containerEl.empty();

containerEl.createEl('h2', { text: 'Advanced Tables Plugin - Settings' });

new Setting(containerEl)
.setName('Bind enter to table navigation')
.setDesc(
Expand Down

0 comments on commit 1b8dedb

Please sign in to comment.