fix: reload tabIndex after tags expansion
This commit is contained in:
@@ -134,6 +134,9 @@ export class ActiveNoteState {
|
||||
}
|
||||
|
||||
isTagOverflowed(tag: SNTag): boolean {
|
||||
if (this.tagsContainerExpanded) {
|
||||
return false;
|
||||
}
|
||||
const tagElement = this.getTagElement(tag);
|
||||
return tagElement ? this.isElementOverflowed(tagElement) : false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user