aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.tsx
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-02-01 18:40:01 -0500
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-02-01 18:40:01 -0500
commit6f1fa5e8211518cbb6ebff5cb6849101e36983ab (patch)
treed18076f6158708faf7663b31cc0afcf9ea5ba937 /src/client/views/EditableView.tsx
parente3db0536ad0086a328ee353be1c4dfd34ba03e02 (diff)
filters changes
Diffstat (limited to 'src/client/views/EditableView.tsx')
-rw-r--r--src/client/views/EditableView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/EditableView.tsx b/src/client/views/EditableView.tsx
index ed7a8265f..828a2eb78 100644
--- a/src/client/views/EditableView.tsx
+++ b/src/client/views/EditableView.tsx
@@ -55,6 +55,7 @@ export interface EditableProps {
color?: string | undefined;
onDrop?: any;
placeholder?: string;
+ fullWidth?: boolean; // used in PropertiesView to make the whole key:value input box clickable
}
/**