Skip to content

Commit 0585366

Browse files
committed
docs
1 parent 13b152a commit 0585366

File tree

1 file changed

+3
-0
lines changed
  • src/sentry/static/sentry/app/views/organizationEventsV2/transactionView

1 file changed

+3
-0
lines changed

src/sentry/static/sentry/app/views/organizationEventsV2/transactionView/utils.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ export type UserSelectValues = {
254254
};
255255

256256
export const setBodyUserSelect = (nextValues: UserSelectValues): UserSelectValues => {
257+
// NOTE: Vendor prefixes other than `ms` should begin with a capital letter.
258+
// ref: https://reactjs.org/docs/dom-elements.html#style
259+
257260
const previousValues = {
258261
userSelect: document.body.style.userSelect,
259262
// MozUserSelect is not typed in TS

0 commit comments

Comments
 (0)