We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004525a commit 822bfcbCopy full SHA for 822bfcb
lib/script-view.js
@@ -34,7 +34,6 @@ export default class ScriptView extends MessagePanelView {
34
parsePositionConfig(value) {
35
// Get the configured position of the view as one of the
36
// valid values of the MessagePanelView.position parameter.
37
- let position;
38
switch (value) {
39
case 'Top':
40
return 'top';
0 commit comments