better pushAside & bringToCenter logarithmic algorithem
This commit is contained in:
@@ -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: {
|
||||
|
||||
|
Reference in New Issue
Block a user