mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
22d4151e33
issue #5659 - Fixes occasional issue with `Uncaught TypeError: Cannot read property 'val' of undefined` errors appearing when navigating quickly to/from the editor. I traced the `save` action calls back to the `autoSave` method - it may warrant further investigation to find out why the throttled/debounced calls are sometimes made when the editor element is non-existent. |
||
---|---|---|
.. | ||
body-event-listener.js | ||
current-user-settings.js | ||
dropdown-mixin.js | ||
ed-editor-api.js | ||
ed-editor-scroll.js | ||
ed-editor-shortcuts.js | ||
editor-base-controller.js | ||
editor-base-route.js | ||
infinite-scroll.js | ||
pagination-controller.js | ||
pagination-route.js | ||
settings-menu-controller.js | ||
settings-save.js | ||
shortcuts-route.js | ||
style-body.js | ||
text-input.js | ||
validation-engine.js |