()
| 996 | } |
| 997 | } |
| 998 | const handleSignPdf = async () => { |
| 999 | setIsUiLoading(true); |
| 1000 | await embedWidgetsData(); |
| 1001 | }; |
| 1002 | |
| 1003 | //function for save x and y position and show signature tab on that position |
| 1004 | const handleTabDrag = (key) => { |
nothing calls this directly
no test coverage detected