We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaacbce + c17ed7a commit 0ec4253Copy full SHA for 0ec4253
dist/code.js
@@ -816,7 +816,6 @@
816
fontWeight: 400,
817
fontFamily: "Inter",
818
width: "fill-parent",
819
- inputBehaviour: "truncate",
820
onTextEditEnd: (e) => {
821
const updatedItems = items;
822
const currentIndex = items.indexOf(items[item]);
widget-src/code.jsx
@@ -877,7 +877,6 @@ function FigJenda() {
877
fontWeight={400}
878
fontFamily="Inter"
879
width="fill-parent"
880
- inputBehaviour="truncate"
881
onTextEditEnd={(e) => {
882
883
0 commit comments