Skip to content

Commit fbdbdd3

Browse files
committed
revert: comment the self=true changes
The support for this change is not present in the UI in the new environments does not have the support yet.
1 parent 0711a7d commit fbdbdd3

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/extension.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/extension.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ class Extension {
200200
}
201201

202202
case "ENTRY_FIELD_LOCATION": {
203-
initializationData.data.self = true;
203+
// TODO: uncomment this line once the UI has the changes
204+
// initializationData.data.self = true;
204205
this.location.EntryFieldLocation = {
205206
entry: new EntryFieldLocationEntry(
206207
initializationData as IEntryFieldLocationInitData,

0 commit comments

Comments
 (0)