gencebay / httplive

HTTP Request & Response Service, Mock HTTP
MIT License
1.14k stars 58 forks source link

Editor Autosave not working #8

Closed frank-west-iii closed 6 years ago

frank-west-iii commented 6 years ago

The editor is not autosaving when making changes to the response json. I can create, edit, and delete endpoints. I just can't change the response body.

There are no errors in the console, but there are a couple of warnings.

jsoneditor.min.js:30 Unknown option "enableBasicAutocompletion". This option will be ignored
jsoneditor.min.js:30 Unknown option "savingProgress". This option will be ignored
jsoneditor.min.js:30 Unknown option "enableBasicAutocompletion". This option will be ignored
jsoneditor.min.js:30 Unknown option "savingProgress". This option will be ignored

I can post the full stack trace if needed.

go version go1.9.2 darwin/amd64
httplive version 0.0.1

I'm starting to dig into the code, but just wanted to see if there was anything familiar with this problem.

gencebay commented 6 years ago

please can you try Cmd+S for Mac or Ctrl+S for Windows PC. I will check that out

frank-west-iii commented 6 years ago

lol.. thanks. I didn't even try that. I thought it was an auto-save. That works just fine.