Page MenuHomePhabricator

Edit stash uses original content for stashing when using CodeEditor
Closed, ResolvedPublic

Description

To support CodeEditor for stashing the content must queried by

$( '#wpTextbox1' ).textSelection( 'getContents' )

instead of

$( '#wpTextbox1' ).val()