better pushAside & bringToCenter logarithmic algorithem

This commit is contained in:
2023-06-26 13:07:32 +02:00
parent 45cd0341fe
commit a90458f145
2 changed files with 57 additions and 17 deletions

View File

@@ -3,7 +3,8 @@ import { defineStore } from 'pinia'
export const CommonStore = defineStore({
id: 'common',
state: () => ({
hover_elmt: null
hover_elmt: null,
cartouch_width: 450
}),
getters: {