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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user