Skip to content

Commit 29c7cca

Browse files
committed
Making metaboxes interact with redux.
Making metaboxes properly interact with redux. Observer state changes in metaboxes to mark state as dirty etc. Only save a metabox if it has changed.
1 parent 525cc47 commit 29c7cca

21 files changed

+593
-2425
lines changed

assets/css/metabox.css

+4
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,7 @@ textarea {
145145
.acf_postbox .inside {
146146
padding: 15px !important;
147147
}
148+
149+
#post {
150+
margin: 0;
151+
}

0 commit comments

Comments
 (0)