File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ class="html-api-debugger-container html-api-debugger--grid"
191
191
</label>
192
192
<label>
193
193
<code>WordPress/gutenberg</code> PR number:
194
- <input type="number" min="1" <?php wp_on_directive ( 'input ' , 'handleCopyGbPrInput ' ); ?> >
194
+ <input type="number" min="1" <?php wp_on_directive ( 'input ' , 'handleCopyGutenbergPrInput ' ); ?> >
195
195
</label>
196
196
<button <?php wp_on_directive ( 'click ' , 'handleCopyPrClick ' ); ?> >Copy shareable playground link to PR</button>
197
197
<span data-wp-bind--hidden="!state.previewCoreLink">
Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ const store = createStore(NS, {
558
558
} ,
559
559
560
560
/** @param {InputEvent } e */
561
- handleCopyGbPrInput ( e ) {
561
+ handleCopyGutenbergPrInput ( e ) {
562
562
const val = /** @type {HTMLInputElement } */ ( e . target ) . valueAsNumber ;
563
563
if ( Number . isFinite ( val ) && val > 0 ) {
564
564
store . state . previewGutenbergPrNumber = val ;
You can’t perform that action at this time.
0 commit comments