mirror of
https://github.com/rifts-obsidian-laboratory/anki-integration.git
synced 2026-07-22 05:42:50 +00:00
Refactoring - Removed some useless lines setting already applied CSS styles
This commit is contained in:
parent
3a4ab2f846
commit
3ec55e6452
1 changed files with 0 additions and 4 deletions
|
|
@ -133,10 +133,6 @@ export class AddNoteModal extends Modal {
|
|||
* @description A container storing the input field and the delete input field button.
|
||||
*/
|
||||
const tagInputGroup: HTMLDivElement = AddContainer(tagsBody);
|
||||
tagInputGroup.addClasses([
|
||||
"ankiIntegrationModal__container--width-fit-content",
|
||||
"ankiIntegrationModal__container--flex-row"
|
||||
]);
|
||||
/**
|
||||
* @type {HTMLInputElement} tagInput
|
||||
* @description A tag input field.
|
||||
|
|
|
|||
Loading…
Reference in a new issue