Skip to content

Commit

Permalink
fix: wrong class for signature
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 23, 2020
1 parent 6c3cace commit 3d32b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/signature-help-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 3d32b99

Please sign in to comment.