Fix symbol behavior not imposing its position when anchor is enabled

This commit is contained in:
Eric NGUYEN 2022-08-31 11:32:19 +02:00
parent 5fdbd771ff
commit 3feae9367b
3 changed files with 46 additions and 13 deletions

View file

@ -3,5 +3,7 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
plugins: [
react()
]
});