chore(web): minor simplification

This commit is contained in:
Joshua A. Horton 2024-08-14 09:25:43 +07:00
parent d7cdd481ba
commit 75527ec738

View file

@ -254,9 +254,7 @@ export function gestureSetForLayout(flags: LayoutGestureSupportFlags, params: Ge
// `deepCopy` does not preserve property definitions, instead raw-copying its value.
// We need to re-instate the longpress delay property here.
Object.defineProperty(_longpressModel.contacts[0].model.timer, 'duration', {
get: () => {
return params.longpress.waitLength
}
get: () => params.longpress.waitLength
});
// #region Functions for implementing and/or extending path initial-state checks