Update ScreenshotThumbnailView to use InlineEditorView.

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

Information

Review Board
release-6.x

Reviewers

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 ID
Update ScreenshotThumbnailView to use InlineEditorView.
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. Testing Done: Ran js-tests.
6f9cc0c0de00f609ba7102ad8447c9c6552a9826
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. Show all issues

    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...