PluginProbe
CodePen Embed Block / trunk
CodePen Embed Block vtrunk
codepen-embed-block / src / utils / getNewEditorCheck.js

getNewEditorCheck.js in CodePen Embed Block trunk, at src/utils/getNewEditorCheck.js

4 lines 92 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 export default function getNewEditorCheck(penURL) {
2 return penURL.includes("/editor/");
3 }
4