File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const Query = (props: Props) => {
100
100
if ( ! monacoObjects . current ) return
101
101
const commands = query . split ( '\n' )
102
102
const { monaco, editor } = monacoObjects . current
103
- const notCommandRegEx = / ^ \s | \/ \/ /
103
+ const notCommandRegEx = / ^ [ \s | / / ] /
104
104
105
105
const newDecorations = compact ( commands . map ( ( command , index ) => {
106
106
if ( ! command || notCommandRegEx . test ( command ) ) return null
Original file line number Diff line number Diff line change 44
44
content : ' ' ;
45
45
width : 16px ;
46
46
height : 16px ;
47
- mask-image : url (uiSrc/assets/img/play_icon.svg );
47
+ mask-image : url (' uiSrc/assets/img/play_icon.svg' );
48
+ -webkit-mask-image : url (' uiSrc/assets/img/play_icon.svg' );
48
49
background-color : var (--rsSubmitBtn );
49
50
background-size : contain ;
50
51
font-size : 16px ;
You can’t perform that action at this time.
0 commit comments