Skip to content
Snippets Groups Projects
Commit 1c7228d6 authored by Marco Fernandes's avatar Marco Fernandes
Browse files

Issue #3334499 by marcofernandes: Fix flickering when transitioning from loading throbber to editor

parent 0e24bb95
No related branches found
Tags 3.0.0-beta1
No related merge requests found
Pipeline #248982 failed with stages
in 2 minutes and 50 seconds
......@@ -294,7 +294,7 @@
setTimeout(() => {
$('.gutenberg-full-editor').addClass('ready');
Drupal.toggleGutenbergLoader('hide');
}, 0);
}, 200);
let isFormValid = false;
......@@ -514,8 +514,7 @@
status: 'draft',
theme_style: true,
type: 'page',
slug: 'page',
is_custom: true,
slug: '',
};
const editorSettings = {
......
......@@ -125,7 +125,7 @@
],
availableTemplates: [],
disablePostFormats: true,
titlePlaceholder: 'Add title',
// titlePlaceholder: 'Add title',
bodyPlaceholder: 'Start writing or type / to choose a block',
autosaveInterval: 10,
richEditingEnabled: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment