UNPKG
@mhmdaljefri/revogrid
Version:
latest (3.0.99)
3.0.99
3.0.98
3.0.97
Virtual reactive data grid component - RevoGrid.
github.com/revolist/revogrid
revolist/revogrid
@mhmdaljefri/revogrid
/
dist
/
collection
/
components
/
overlay
/
editors
/
edit.utils.js
6 lines
(5 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
EDIT_INPUT_WR
}
from
'../../../utils/consts'
;
// is edit input
export
function
isEditInput
(
el
) {
return
!!(el ===
null
|| el ===
void
0
?
void
0
: el.
closest
(
`.
${EDIT_INPUT_WR}
`
)); }