Standardize media-tag embedder and make media tags always absolute URL, Standardize import/export logic for codemirror apps, fix arrow key navigation in presentation fullscreen mode before first click.

This commit is contained in:
Caleb James DeLisle
2017-10-03 17:57:57 +03:00
parent 94d2f4472b
commit d6570ad9f2
6 changed files with 111 additions and 157 deletions

View File

@@ -115,7 +115,10 @@ define([
Slide.update(content);
Slide.draw(Slide.index);
$modal.addClass('cp-app-slide-shown');
$('textarea').blur();
$(ifrw).focus();
change(null, Slide.index);
Common.setPresentUrl(true);
$('.cp-app-slide-present-button').hide();