Skip to content

Commit

Permalink
🧰: prevent text map from wrecking spec generation of search widget
Browse files Browse the repository at this point in the history
  • Loading branch information
merryman authored and linusha committed Feb 28, 2024
1 parent 95bde0a commit 845b0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lively.ide/text/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class TextMap extends Canvas {

static get properties () {
return {
textMorph: {},
textMorph: { serialize: false },
relativeBoundsInTextMorph: {},
extent: { defaultValue: pt(60, 50) },
markers: {},
Expand Down

0 comments on commit 845b0e4

Please sign in to comment.