datatools-ui icon indicating copy to clipboard operation
datatools-ui copied to clipboard

Fix feed source name editing

Open philip-cline opened this issue 2 years ago • 0 comments

Checklist

  • [x] Appropriate branch selected (all PRs must first be merged to dev before they can be merged to master)
  • [x] Any modified or new methods or classes have helpful JSDoc and code is thoroughly commented
  • [x] The description lists all applicable issues this PR seeks to resolve
  • [x] The description lists any configuration setting(s) that differ from the default settings
  • [x] All tests and CI builds passing

Description

Currently, when editing the name of a feed source, beginning additions to the name with spaces will cause the spaces to be trimmed as soon as they are entered. This PR resolves that issue.

philip-cline avatar Aug 17 '22 12:08 philip-cline