fix: -rm whitespace
This commit is contained in:
@@ -251,7 +251,7 @@ export const BrowserWindow = () => {
|
|||||||
onClick={() => handleAttributeSelection(option.value)}
|
onClick={() => handleAttributeSelection(option.value)}
|
||||||
style={{
|
style={{
|
||||||
justifyContent: 'flex-start',
|
justifyContent: 'flex-start',
|
||||||
maxWidth: '200px',
|
maxWidth: '80%',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
padding: '5px 10px',
|
padding: '5px 10px',
|
||||||
}}
|
}}
|
||||||
@@ -272,8 +272,6 @@ export const BrowserWindow = () => {
|
|||||||
</GenericModal>
|
</GenericModal>
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
{((getText === true || getList === true) && !showAttributeModal && highlighterData?.rect != null && highlighterData?.rect.top != null) && canvasRef?.current ?
|
{((getText === true || getList === true) && !showAttributeModal && highlighterData?.rect != null && highlighterData?.rect.top != null) && canvasRef?.current ?
|
||||||
<Highlighter
|
<Highlighter
|
||||||
unmodifiedRect={highlighterData?.rect}
|
unmodifiedRect={highlighterData?.rect}
|
||||||
|
|||||||
Reference in New Issue
Block a user