mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 04:10:33 +03:00
1f3800683d
no issue - when entering preview mode (not split-screen preview) the toolbar buttons are now disabled. This is usually built in to SimpleMDE but that wasn't working because we've moved the location of the toolbar in the DOM - hides the markdown editor when entering preview mode to prevent the markdown code appearing at the bottom of the preview when the markdown length is longer than the preview length
16 lines
524 B
Handlebars
16 lines
524 B
Handlebars
{{yield (hash
|
|
headerClass=headerClass
|
|
isDraggedOver=isDraggedOver
|
|
isFullScreen=isFullScreen
|
|
droppedFiles=droppedFiles
|
|
uploadedImageUrls=uploadedImageUrls
|
|
imageMimeTypes=imageMimeTypes
|
|
imageExtensions=imageExtensions
|
|
toggleFullScreen=(action "toggleFullScreen")
|
|
togglePreview=(action "togglePreview")
|
|
toggleSplitScreen=(action "toggleSplitScreen")
|
|
uploadComplete=(action "uploadComplete")
|
|
uploadCancelled=(action "uploadCancelled")
|
|
uploadImages=(action "uploadImages")
|
|
)}}
|