UNPKG

@kademi/keditor

Version:

KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents

13 lines (10 loc) 288 B
import enterFullscreen from '../utils/enterFullscreen'; import exitFullscreen from '../utils/exitFullscreen'; export default function (isOn) { let self = this; if (isOn) { enterFullscreen(self.wrapper[0]); } else { exitFullscreen(); } };