more user select (#1163)

pull/1164/head
Steve Ruiz 2023-03-10 11:20:10 +00:00 zatwierdzone przez GitHub
rodzic 257a7e750c
commit d0e265fc80
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
11 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -639,6 +639,8 @@ const StyledLayout = styled('div', {
overflow: 'hidden',
boxSizing: 'border-box',
outline: 'none',
userSelect: 'none',
WebkitUserSelect: 'none',
'& .tl-container': {
position: 'absolute',

Wyświetl plik

@ -4,6 +4,7 @@ export const MenuContent = styled('div', {
position: 'relative',
overflow: 'hidden',
userSelect: 'none',
WebkitUserSelect: 'none',
display: 'flex',
flexDirection: 'column',
zIndex: 99997,

Wyświetl plik

@ -107,6 +107,7 @@ export const StyledRowButton = styled('button', {
fontSize: '$1',
borderRadius: 4,
userSelect: 'none',
WebkitUserSelect: 'none',
margin: 0,
padding: '0 0',

Wyświetl plik

@ -110,6 +110,7 @@ export const StyledToolButtonInner = styled('div', {
fontFamily: '$ui',
color: 'inherit',
userSelect: 'none',
WebkitUserSelect: 'none',
boxSizing: 'border-box',
border: '1px solid transparent',
'-webkit-tap-highlight-color': 'transparent',

Wyświetl plik

@ -45,6 +45,7 @@ const StyledContent = styled(RadixTooltip.Content, {
alignItems: 'center',
fontFamily: '$ui',
userSelect: 'none',
WebkitUserSelect: 'none',
})
const StyledArrow = styled(RadixTooltip.Arrow, {

Wyświetl plik

@ -159,6 +159,7 @@ const StyledItem = styled('li', {
fontSize: '$1',
borderRadius: 4,
userSelect: 'none',
WebkitUserSelect: 'none',
margin: 0,
padding: '0 0',
})

Wyświetl plik

@ -24,6 +24,7 @@ export function StatusBar() {
const StyledStatusBar = styled('div', {
height: 40,
userSelect: 'none',
WebkitUserSelect: 'none',
borderTop: '1px solid $panelContrast',
gridArea: 'status',
display: 'flex',

Wyświetl plik

@ -369,6 +369,7 @@ export const StyledRow = styled('div', {
padding: '$2 0 $2 $3',
borderRadius: 4,
userSelect: 'none',
WebkitUserSelect: 'none',
margin: 0,
display: 'flex',
gap: '$3',

Wyświetl plik

@ -104,6 +104,7 @@ const ReadOnlyLabel = styled('div', {
paddingLeft: '$4',
paddingRight: '$1',
userSelect: 'none',
WebkitUserSelect: 'none',
})
export const TopPanel = React.memo(_TopPanel)

Wyświetl plik

@ -24,6 +24,7 @@ function getMeasurementDiv() {
zIndex: '9999',
pointerEvents: 'none',
userSelect: 'none',
'-webkit-user-select': 'none',
alignmentBaseline: 'mathematical',
dominantBaseline: 'mathematical',
})

Wyświetl plik

@ -131,7 +131,6 @@ export interface TDFile {
name: string
fileHandle: FileSystemFileHandle | null
document: TDDocument
assets: Record<string, unknown>
}
// The shape of the Tldraw document