0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/core
Kevin Ansfield 49414d0843 Fix editor image perf and upload bug
no issue
- ~10x speedup in processing time taken on each keypress when there are many images/image upload components in the editor
  - edit DOM in memory before changing it in the page to avoid double-render
  - keep upload components around and re-assign them on re-render, adding or removing an image will still re-generate everything
- adds a throttle to the preview rendering so that renders don't get queued up
- fixes occasional bug where uploading an image didn't update the markdown correctly due to a timing issue
2016-05-08 12:55:56 +02:00
..
client Fix editor image perf and upload bug 2016-05-08 12:55:56 +02:00
server Split post lookup out of frontend controller 2016-05-05 15:53:17 +02:00
shared move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
test Split post lookup out of frontend controller 2016-05-05 15:53:17 +02:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00