Skip to content

Commit

Permalink
Merge pull request #596 from scireum/meg/autoCompleteRelative
Browse files Browse the repository at this point in the history
SIRI-61: Fixes autocomplete-wrapper getting position:relative style attribute
  • Loading branch information
andyHa authored Mar 11, 2019
2 parents 6c7db41 + 54669bb commit 910ed45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.scireum</groupId>
<artifactId>sirius-parent</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
</parent>
<artifactId>sirius-web</artifactId>
<version>DEVELOPMENT-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@
this.state = completions.HIDDEN;

this.element = $(Mustache.render(wrapper, config));
this.rePosition();


this.element.on("mouseup.sirius-autocomplete", ".autocomplete-row-js", function () {
Expand Down

0 comments on commit 910ed45

Please sign in to comment.