From 3d32b9943a6cf9dd57528b4518abe5714864b28d Mon Sep 17 00:00:00 2001 From: aminya Date: Thu, 23 Jul 2020 12:05:28 -0500 Subject: [PATCH] fix: wrong class for signature --- lib/signature-help-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/signature-help-manager.js b/lib/signature-help-manager.js index 338aa75..c1a5114 100644 --- a/lib/signature-help-manager.js +++ b/lib/signature-help-manager.js @@ -305,7 +305,7 @@ module.exports = class SignatureHelpManager { const marker = editor.decorateMarker(overlayMarker, { type: 'overlay', - class: 'datatip-overlay', + class: 'signature-overlay', position: 'head', item: view.element, });