Update ScreenshotThumbnailView to use InlineEditorView.

Review Request #12968 — Created April 21, 2023 and submitted

david
Review Board
release-6.x
reviewboard

This is another change in the process of coverting from our old
$.ui.inlineEditor to the new(er) InlineEditorView. This updates the
screenshot thumbnail caption editor, which in practice will never
actually be used anymore.

Ran js-tests.

Summary
Update ScreenshotThumbnailView to use InlineEditorView.
Description From Last Updated

We do these repeated property accesses over and over. Let's pull these out into a local variable, use it, and …

chipx86chipx86
chipx86
  1. Ship It!

  2. 
      
chipx86
  1. 
      
  2. We do these repeated property accesses over and over. Let's pull these out into a local variable, use it, and set it. Makes it more readable and avoids unnecessary accesses.

  3. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (551cf88)
Loading...