chore(docs): check if breakpoint matches
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -145,7 +145,7 @@ function setElements() {
|
||||
},
|
||||
]
|
||||
})
|
||||
} else if (currentBreakpoint.value !== 'md') {
|
||||
} else if (!breakpoints.isSmaller('md') && currentBreakpoint.value !== 'md') {
|
||||
currentBreakpoint.value = 'md'
|
||||
|
||||
getNodes.value.forEach((node) => {
|
||||
|
||||
Reference in New Issue
Block a user