Newer
Older
import { Command } from 'substance'
class TrackChangeControlCommand extends Command {
getCommandState (params) {
disabled: false,
active: false
}
return newState
}
execute (params, context) {
const surface = context.surfaceManager.getSurface('body')