-
Notifications
You must be signed in to change notification settings - Fork 275
Commit 91f82cf
Allow pinning the code editor popup
The code editor popup now has a button to allow 'pinning' the editor to
the screen so that it does not disappear when you click outside of it.
This currently only works if the right panel stays open, so that means
you cannot click inside of the app window unless it's on your component.
Anything else will dismiss the right panel and the popup will disappear,
even if pinned.1 parent 42be426 commit 91f82cf
File tree
2 files changed
+45
-6
lines changed- client/packages
- lowcoder-design/src/icons
- lowcoder/src/pages/editor
2 files changed
+45
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | + | ||
26 | + | ||
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
|
Lines changed: 43 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
4 | + | ||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
77 | 82 |
| |
78 | 83 |
| |
79 | 84 |
| |
| |||
98 | 103 |
| |
99 | 104 |
| |
100 | 105 |
| |
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
101 | 130 |
| |
102 | 131 |
| |
103 | 132 |
| |
| |||
106 | 135 |
| |
107 | 136 |
| |
108 | 137 |
| |
138 | + | ||
139 | + | ||
109 | 140 |
| |
110 | 141 |
| |
111 | 142 |
| |
| |||
126 | 157 |
| |
127 | 158 |
| |
128 | 159 |
| |
129 | - | ||
160 | + | ||
161 | + | ||
130 | 162 |
| |
131 | 163 |
| |
132 | 164 |
| |
| |||
169 | 201 |
| |
170 | 202 |
| |
171 | 203 |
| |
172 | - | ||
173 | - | ||
174 | - | ||
175 | - | ||
204 | + | ||
205 | + | ||
206 | + | ||
207 | + | ||
208 | + | ||
209 | + | ||
210 | + | ||
211 | + | ||
212 | + | ||
176 | 213 |
| |
177 | 214 |
| |
178 | 215 |
| |
|
0 commit comments