We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4344e7f commit a9d8f26Copy full SHA for a9d8f26
media-placeholders/src/main/java/org/wordpress/aztec/placeholders/PlaceholderManager.kt
@@ -117,7 +117,7 @@ class PlaceholderManager(
117
/**
118
* Call this method to reload all the placeholders
119
*/
120
- suspend fun refresh() {
+ suspend fun reloadAllPlaceholders() {
121
positionToId.forEach {
122
insertContentOverSpanWithId(it.uuid)
123
}
@@ -226,7 +226,7 @@ class PlaceholderManager(
226
227
override fun onContentChanged() {
228
launch {
229
- refresh()
+ reloadAllPlaceholders()
230
231
232
0 commit comments