mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
Remove calls to DOM.addClass and DOM.removeClass (#13063)
This commit is contained in:
@@ -134,7 +134,7 @@ export class QueryEditor extends EditorPane {
|
||||
* Called to create the editor in the parent element.
|
||||
*/
|
||||
public createEditor(parent: HTMLElement): void {
|
||||
DOM.addClass(parent, 'query-editor');
|
||||
parent.classList.add('query-editor');
|
||||
|
||||
this.splitviewContainer = DOM.$('.query-editor-view');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user