feat: show edited date after edit
This commit is contained in:
@@ -187,6 +187,11 @@ export function DX4App({
|
||||
useEffect(() => {
|
||||
window.addEventListener("keydown", handleKeyPress);
|
||||
|
||||
if(window['DX_OPEN_DATE']){
|
||||
setSelectedDate(window['DX_OPEN_DATE'])
|
||||
window['DX_OPEN_DATE'] = undefined
|
||||
}
|
||||
|
||||
return () => {
|
||||
window.removeEventListener("keydown", handleKeyPress);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user