WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.57k stars 4.22k forks source link

display "save draft" button only when changes occur #8812

Closed hochitom closed 6 years ago

hochitom commented 6 years ago

In my opinion the "save draft" button should only be visible, when changes occur. Otherwise it is confusing why the button is visible even if no changes occured.

youknowriad commented 6 years ago

That's already the case, the issue is that you probably have meta boxes and due to the way meta-boxes are built (just a bunch of HTML inserter in the DOM), there's no reliable way to do that unless you don't have any meta box in your editor.

Thanks for your understanding.

hochitom commented 6 years ago

yes there are metaboxes. good to know.