We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b152a commit 0585366Copy full SHA for 0585366
src/sentry/static/sentry/app/views/organizationEventsV2/transactionView/utils.tsx
@@ -254,6 +254,9 @@ export type UserSelectValues = {
254
};
255
256
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
+
260
const previousValues = {
261
userSelect: document.body.style.userSelect,
262
// MozUserSelect is not typed in TS
0 commit comments