mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
many small issues found by intellij analysis
This commit is contained in:
@@ -99,7 +99,7 @@ export default class AddLinkDialog extends BasicWidget {
|
||||
|
||||
this.$addLinkTitleSettings.find('input[type=radio]').on('change', e => this.updateTitleSettingsVisibility(e));
|
||||
|
||||
// with selection hyper link is implied
|
||||
// with selection hyperlink is implied
|
||||
if (this.textTypeWidget.hasSelection()) {
|
||||
this.$addLinkTitleSettings.find("input[value='hyper-link']").prop("checked", true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user