Fix symbol behavior not imposing its position when anchor is enabled
This commit is contained in:
parent
5fdbd771ff
commit
3feae9367b
3 changed files with 46 additions and 13 deletions
|
@ -3,5 +3,7 @@ import react from '@vitejs/plugin-react';
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()]
|
||||
plugins: [
|
||||
react()
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue