Browse
For agents
About
CodePen Embed Block
/
trunk
CodePen Embed Block
vtrunk
Overview
Code
codepen-embed-block
/
src
/
utils
/
getNewEditorCheck.js
getNewEditorCheck.js
in CodePen Embed Block trunk, at src/utils/getNewEditorCheck.js
4 lines
92 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
export
default
function
getNewEditorCheck
(
penURL
)
{
2
return
penURL
.
includes
(
"
/editor/
"
)
;
3
}
4