ux: New focusOnEditor URL param to disable focus

Co-authored-by: Richard Hansen <rhansen@rhansen.org>
This commit is contained in:
John McLear 2021-09-14 20:43:35 +01:00 committed by Richard Hansen
parent 3722d943c7
commit 408a184704
5 changed files with 44 additions and 5 deletions

View file

@ -73,3 +73,11 @@ Default: 0
Focuses pad at specific line number and places caret at beginning of this line
Special note: Is not a URL parameter but instead of a Hash value
## focusOnEditor
* Boolean
Default: true
If true, focus on the editor upon initial page load. Set this to false if the
pad is embedded in an iframe adjacent to other editable content that should
retain focus.